Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h94 explicit CGCallee(SpecialKind kind) : KindOrFunctionPointer(kind) {} in CGCallee() function
96 CGCallee(const FunctionDecl *builtinDecl, unsigned builtinID) in CGCallee() function
103 CGCallee() : KindOrFunctionPointer(SpecialKind::Invalid) {} in CGCallee() function
107 CGCallee(const CGCalleeInfo &abstractInfo, llvm::Value *functionPtr) in CGCallee() function
H A DCodeGenFunction.h90 class CGCallee; variable
H A DCGCXXABI.h37 class CGCallee; variable