|
clang
3.8.0
|
CGCalleeInfo - Class to encapsulate the information about a callee to be used during the generation of call/invoke instructions. More...
#include <CGFunctionInfo.h>
Public Member Functions | |
| CGCalleeInfo () | |
| CGCalleeInfo (const FunctionProtoType *calleeProtoTy, const Decl *calleeDecl) | |
| CGCalleeInfo (const FunctionProtoType *calleeProtoTy) | |
| CGCalleeInfo (const Decl *calleeDecl) | |
| const FunctionProtoType * | getCalleeFunctionProtoType () |
| const Decl * | getCalleeDecl () |
CGCalleeInfo - Class to encapsulate the information about a callee to be used during the generation of call/invoke instructions.
Definition at line 514 of file CGFunctionInfo.h.
|
inlineexplicit |
Definition at line 521 of file CGFunctionInfo.h.
|
inline |
Definition at line 522 of file CGFunctionInfo.h.
|
inline |
Definition at line 524 of file CGFunctionInfo.h.
|
inline |
Definition at line 526 of file CGFunctionInfo.h.
|
inline |
Definition at line 532 of file CGFunctionInfo.h.
Referenced by clang::CodeGen::CodeGenModule::ConstructAttributeList(), and clang::CodeGen::CodeGenFunction::EmitCall().
|
inline |
Definition at line 529 of file CGFunctionInfo.h.
Referenced by clang::CodeGen::CodeGenModule::ConstructAttributeList().
1.8.6