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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h38 class CGCalleeInfo { class in namespace:clang::CodeGen
45 explicit CGCalleeInfo() : CalleeProtoTy(nullptr) {} function in class:clang::CodeGen::CGCalleeInfo
46 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, GlobalDecl calleeDecl) function in class:clang::CodeGen::CGCalleeInfo
48 CGCalleeInfo(const FunctionProtoType *calleeProtoTy) function in class:clang::CodeGen::CGCalleeInfo
50 CGCalleeInfo(GlobalDecl calleeDecl) function in class:clang::CodeGen::CGCalleeInfo
86 CGCalleeInfo AbstractInfo;
105 CGCallee(const CGCalleeInfo &abstractInfo, llvm::Value *functionPtr)
131 const CGCalleeInfo &abstractInfo = CGCalleeInfo()) {
136 const CGCalleeInfo
130 forDirect(llvm::Constant *functionPtr, const CGCalleeInfo &abstractInfo = CGCalleeInfo()) argument
135 forDirect(llvm::FunctionCallee functionPtr, const CGCalleeInfo &abstractInfo = CGCalleeInfo()) argument
[all...]
H A DCodeGenModule.h1253 CGCalleeInfo CalleeInfo,
H A DCGObjCGNU.cpp2630 CGCallee callee(CGCalleeInfo(), imp);
2811 CGCallee callee(CGCalleeInfo(), imp);
H A DCGBlocks.cpp1241 CGCallee Callee(CGCalleeInfo(), Func);
H A DCGExpr.cpp5118 CGCalleeInfo calleeInfo(functionType->getAs<FunctionProtoType>(), GD);
H A DCGCall.cpp2129 CGCalleeInfo CalleeInfo,
H A DCGObjCMac.cpp7372 CGCallee callee(CGCalleeInfo(), calleePtr);

Completed in 252 milliseconds