Home
last modified time | relevance | path

Searched refs:CGCalleeInfo (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.h45 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 DCodeGenModule.h1201 CGCalleeInfo CalleeInfo,
H A DCGObjCGNU.cpp2620 CGCallee callee(CGCalleeInfo(), imp); in GenerateMessageSendSuper()
2740 CGCallee callee(CGCalleeInfo(), imp); in GenerateMessageSend()
H A DCGBlocks.cpp1239 CGCallee Callee(CGCalleeInfo(), Func); in EmitBlockCallExpr()
H A DCGCall.cpp1987 CGCalleeInfo CalleeInfo, in ConstructAttributeList()
H A DCGExpr.cpp4946 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD); in EmitCallee()
H A DCGObjCMac.cpp7397 CGCallee callee(CGCalleeInfo(), calleePtr); in EmitVTableMessageSend()