|
clang
5.0.0
|
Public Member Functions | |
| bool | useLifetimeMarkers () const |
| llvm::Value * | getSizeForLifetimeMarkers () const |
| Address | getAllocatedAddress () const |
| Returns the raw, allocated address, which is not necessarily the address of the object itself. More... | |
| Address | getObjectAddress (CodeGenFunction &CGF) const |
| Returns the address of the object within this declaration. More... | |
Static Public Member Functions | |
| static AutoVarEmission | invalid () |
Friends | |
| class | CodeGenFunction |
Definition at line 2408 of file CodeGenFunction.h.
|
inline |
Returns the raw, allocated address, which is not necessarily the address of the object itself.
Definition at line 2452 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitOMPLinearClauseInit().
|
inline |
Returns the address of the object within this declaration.
Note that this does not chase the forwarding pointer for __block decls.
Definition at line 2459 of file CodeGenFunction.h.
References clang::CodeGen::CodeGenFunction::emitBlockByrefAddress().
Referenced by clang::CodeGen::CodeGenFunction::EmitAutoVarInit(), and clang::CodeGen::CodeGenFunction::emitAutoVarTypeCleanup().
|
inline |
Definition at line 2445 of file CodeGenFunction.h.
References useLifetimeMarkers().
|
inlinestatic |
Definition at line 2440 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitObjCForCollectionStmt().
|
inline |
Definition at line 2442 of file CodeGenFunction.h.
Referenced by getSizeForLifetimeMarkers().
|
friend |
Definition at line 2409 of file CodeGenFunction.h.
1.8.6