Home
last modified time | relevance | path

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

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