Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h108 Function *getCallee() const { return Callee; } in getCallee() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp198 const FunctionDecl *InterpFrame::getCallee() const { in getCallee() function in InterpFrame
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h430 const ExecutorAddr &getCallee() const { return FnAddr; } in getCallee() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h655 const ExecutorAddr &getCallee() const { return FnAddr; } in getCallee() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h187 Value *getCallee() { return Callee; } in getCallee() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h596 const Decl *getCallee() const { return Callee; } in getCallee() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2946 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function
2947 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function
H A DExprCXX.h4723 UnresolvedLookupExpr *getCallee() const { in getCallee() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp635 const FunctionDecl *getCallee() const override { return Callee; } in getCallee() function in __anonbf0ddd820111::CallStackFrame