Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h106 Function *getCallee() const { return Callee; } in getCallee() function
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DInterpFrame.cpp181 const FunctionDecl *InterpFrame::getCallee() const { in getCallee() function in InterpFrame
/openbsd/gnu/llvm/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h426 const ExecutorAddr &getCallee() const { return FnAddr; } in getCallee() function
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h655 const ExecutorAddr &getCallee() const { return FnAddr; } in getCallee() function
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDerivedTypes.h184 Value *getCallee() { return Callee; } in getCallee() function
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h596 const Decl *getCallee() const { return Callee; } in getCallee() function
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h2962 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function
2963 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function
H A DExprCXX.h4705 UnresolvedLookupExpr *getCallee() const { in getCallee() function
/openbsd/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp629 const FunctionDecl *getCallee() const override { return Callee; } in getCallee() function in __anond52d8a670111::CallStackFrame