clang
7.0.0
|
#include "/work/llvm-www-releases/7.0.0/docsbuild/llvm.src/tools/clang/lib/CodeGen/CodeGenFunction.h"
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 | getOriginalAllocatedAddress () const |
Returns the address for the original alloca instruction. 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 2664 of file CodeGenFunction.h.
|
inline |
Returns the raw, allocated address, which is not necessarily the address of the object itself.
It is casted to default address space for address space agnostic languages.
Definition at line 2717 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitAutoVarInit(), clang::CodeGen::CodeGenFunction::EmitOMPFirstprivateClause(), clang::CodeGen::CodeGenFunction::EmitOMPLinearClauseInit(), and clang::CodeGen::CodeGenFunction::EmitOMPReductionClauseInit().
|
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 2727 of file CodeGenFunction.h.
References clang::CodeGen::CodeGenFunction::emitBlockByrefAddress().
Referenced by clang::CodeGen::CodeGenFunction::EmitAutoVarInit(), and clang::CodeGen::CodeGenFunction::emitAutoVarTypeCleanup().
|
inline |
Returns the address for the original alloca instruction.
Definition at line 2722 of file CodeGenFunction.h.
|
inline |
Definition at line 2709 of file CodeGenFunction.h.
|
inlinestatic |
Definition at line 2704 of file CodeGenFunction.h.
|
inline |
Definition at line 2706 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitAutoVarAlloca().
|
friend |
Definition at line 2665 of file CodeGenFunction.h.