/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MLInlineAdvisor.h | 111 Function *getCallee() const { return Callee; } getCallee() function
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpFrame.cpp |
|
/llvm-project/mlir/examples/toy/Ch3/include/toy/ |
H A D | AST.h | 178 llvm::StringRef getCallee() { return callee; } in getCallee() function
|
/llvm-project/mlir/examples/toy/Ch6/include/toy/ |
H A D | AST.h | 178 llvm::StringRef getCallee() { return callee; } in getCallee() function
|
/llvm-project/mlir/examples/toy/Ch5/include/toy/ |
H A D | AST.h | 178 llvm::StringRef getCallee() { return callee; } in getCallee() function
|
/llvm-project/mlir/examples/toy/Ch4/include/toy/ |
H A D | AST.h | 178 llvm::StringRef getCallee() { return callee; } in getCallee() function
|
/llvm-project/mlir/examples/toy/Ch2/include/toy/ |
H A D | AST.h | 178 llvm::StringRef getCallee() { return callee; } in getCallee() function
|
/llvm-project/mlir/examples/toy/Ch1/include/toy/ |
H A D | AST.h | 178 llvm::StringRef getCallee() { return callee; } in getCallee() function
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | wrapper_function_utils.h | 430 const ExecutorAddr &getCallee() const { return FnAddr; } getCallee() function
|
/llvm-project/mlir/examples/toy/Ch7/include/toy/ |
H A D | AST.h | 198 llvm::StringRef getCallee() { return callee; } in getCallee() function
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 657 const ExecutorAddr &getCallee() const { return FnAddr; } in getCallee() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 187 Value *getCallee() { return Callee; } getCallee() function
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 596 const Decl *getCallee() const { return Callee; } in getCallee() function
|
/llvm-project/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 297 Value *InstrProfCallsite::getCallee() const { getCallee() function in InstrProfCallsite
|
/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 2975 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } getCallee() function 2976 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } getCallee() function
|
H A D | ExprCXX.h | 4869 UnresolvedLookupExpr *getCallee() const { getCallee() function
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 640 const FunctionDecl *getCallee() const override { return Callee; } getCallee() function in __anon006fc44d0111::CallStackFrame
|