Home
last modified time | relevance | path

Searched defs:getCallee (Results 1 – 17 of 17) sorted by relevance

/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h111 Function *getCallee() const { return Callee; } getCallee() function
/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp
/llvm-project/mlir/examples/toy/Ch3/include/toy/
H A DAST.h178 llvm::StringRef getCallee() { return callee; } in getCallee() function
/llvm-project/mlir/examples/toy/Ch6/include/toy/
H A DAST.h178 llvm::StringRef getCallee() { return callee; } in getCallee() function
/llvm-project/mlir/examples/toy/Ch5/include/toy/
H A DAST.h178 llvm::StringRef getCallee() { return callee; } in getCallee() function
/llvm-project/mlir/examples/toy/Ch4/include/toy/
H A DAST.h178 llvm::StringRef getCallee() { return callee; } in getCallee() function
/llvm-project/mlir/examples/toy/Ch2/include/toy/
H A DAST.h178 llvm::StringRef getCallee() { return callee; } in getCallee() function
/llvm-project/mlir/examples/toy/Ch1/include/toy/
H A DAST.h178 llvm::StringRef getCallee() { return callee; } in getCallee() function
/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h430 const ExecutorAddr &getCallee() const { return FnAddr; } getCallee() function
/llvm-project/mlir/examples/toy/Ch7/include/toy/
H A DAST.h198 llvm::StringRef getCallee() { return callee; } in getCallee() function
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h657 const ExecutorAddr &getCallee() const { return FnAddr; } in getCallee() function
/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h187 Value *getCallee() { return Callee; } getCallee() function
/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h596 const Decl *getCallee() const { return Callee; } in getCallee() function
/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp297 Value *InstrProfCallsite::getCallee() const { getCallee() function in InstrProfCallsite
/llvm-project/clang/include/clang/AST/
H A DExpr.h2975 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } getCallee() function
2976 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } getCallee() function
H A DExprCXX.h4869 UnresolvedLookupExpr *getCallee() const { getCallee() function
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp640 const FunctionDecl *getCallee() const override { return Callee; } getCallee() function in __anon006fc44d0111::CallStackFrame