Searched refs:CGCalleeInfo (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCall.h | 45 class CGCalleeInfo { 52 explicit CGCalleeInfo() : CalleeProtoTy(nullptr), CalleeDecl() {} in CGCalleeInfo() function 53 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, GlobalDecl calleeDecl) in CGCalleeInfo() function 55 CGCalleeInfo(const FunctionProtoType *calleeProtoTy) in CGCalleeInfo() function 57 CGCalleeInfo(GlobalDecl calleeDecl) in CGCalleeInfo() function 93 CGCalleeInfo AbstractInfo; 112 CGCallee(const CGCalleeInfo &abstractInfo, llvm::Value *functionPtr) in CGCallee() 136 const CGCalleeInfo &abstractInfo = CGCalleeInfo()) { 141 const CGCalleeInfo &abstractInfo = CGCalleeInfo()) { 178 CGCalleeInfo getAbstractInfo() const { in getAbstractInfo()
|
H A D | CodeGenModule.h | 1201 CGCalleeInfo CalleeInfo,
|
H A D | CGObjCGNU.cpp | 2620 CGCallee callee(CGCalleeInfo(), imp); in GenerateMessageSendSuper() 2740 CGCallee callee(CGCalleeInfo(), imp); in GenerateMessageSend()
|
H A D | CGBlocks.cpp | 1239 CGCallee Callee(CGCalleeInfo(), Func); in EmitBlockCallExpr()
|
H A D | CGCall.cpp | 1987 CGCalleeInfo CalleeInfo, in ConstructAttributeList()
|
H A D | CGExpr.cpp | 4946 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallee()
|
H A D | CGObjCMac.cpp | 7397 CGCallee callee(CGCalleeInfo(), calleePtr); in EmitVTableMessageSend()
|