Home
last modified time | relevance | path

Searched defs:CGCallee (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGCall.h99 explicit CGCallee(SpecialKind kind) : KindOrFunctionPointer(kind) {} in CGCallee() function
101 CGCallee(const FunctionDecl *builtinDecl, unsigned builtinID) in CGCallee() function
108 CGCallee() : KindOrFunctionPointer(SpecialKind::Invalid) {} in CGCallee() function
112 CGCallee(const CGCalleeInfo &abstractInfo, llvm::Value *functionPtr) in CGCallee() function
DCodeGenFunction.h92 class CGCallee; variable
DCGCXXABI.h38 class CGCallee; variable