|
clang
5.0.0
|
Public Member Functions | |
| bool | isIndirect () const |
| llvm::Value * | getAnyValue () const |
| llvm::Value * | getDirectValue () const |
| Address | getIndirectAddress () const |
Static Public Member Functions | |
| static ParamValue | forDirect (llvm::Value *value) |
| static ParamValue | forIndirect (Address addr) |
Definition at line 2474 of file CodeGenFunction.h.
|
inlinestatic |
Definition at line 2479 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitInlinedInheritingCXXConstructorCall(), and clang::CodeGen::CodeGenFunction::EmitParmDecl().
|
inlinestatic |
Definition at line 2482 of file CodeGenFunction.h.
References clang::CodeGen::Address::getAlignment(), clang::CodeGen::Address::getPointer(), clang::CharUnits::getQuantity(), and clang::CharUnits::isZero().
Referenced by clang::CodeGen::CodeGenFunction::EmitInlinedInheritingCXXConstructorCall().
|
inline |
Definition at line 2488 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitParmDecl().
|
inline |
Definition at line 2490 of file CodeGenFunction.h.
References isIndirect().
Referenced by clang::CodeGen::CodeGenFunction::EmitParmDecl().
|
inline |
Definition at line 2495 of file CodeGenFunction.h.
References clang::CharUnits::fromQuantity(), and isIndirect().
Referenced by clang::CodeGen::CodeGenFunction::EmitParmDecl().
|
inline |
Definition at line 2487 of file CodeGenFunction.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitParmDecl(), getDirectValue(), and getIndirectAddress().
1.8.6