|
clang
3.8.0
|
A specialization of DominatingValue for Address. More...
#include <CodeGenFunction.h>
Classes | |
| struct | saved_type |
Public Types | |
| typedef Address | type |
Static Public Member Functions | |
| static bool | needsSaving (type value) |
| static saved_type | save (CodeGenFunction &CGF, type value) |
| static type | restore (CodeGenFunction &CGF, saved_type value) |
A specialization of DominatingValue for Address.
Definition at line 3258 of file CodeGenFunction.h.
| typedef Address clang::CodeGen::DominatingValue< Address >::type |
Definition at line 3259 of file CodeGenFunction.h.
|
inlinestatic |
Definition at line 3266 of file CodeGenFunction.h.
References clang::CodeGen::Address::getPointer(), and clang::CodeGen::DominatingLLVMValue::needsSaving().
|
inlinestatic |
Definition at line 3273 of file CodeGenFunction.h.
References clang::CodeGen::DominatingLLVMValue::restore().
|
inlinestatic |
Definition at line 3269 of file CodeGenFunction.h.
References clang::CodeGen::Address::getAlignment(), clang::CodeGen::Address::getPointer(), and clang::CodeGen::DominatingLLVMValue::save().
1.8.6