Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DMLInlineAdvisor.h91 Function *getCallee() const { return Callee; } in getCallee() function
/external/llvm-project/mlir/lib/IR/
DLocation.cpp42 Location CallSiteLoc::getCallee() const { return getImpl()->callee; } in getCallee() function in CallSiteLoc
/external/llvm-project/clang/lib/AST/Interp/
DInterpFrame.cpp151 const FunctionDecl *InterpFrame::getCallee() const { in getCallee() function in InterpFrame
/external/llvm-project/mlir/examples/toy/Ch1/include/toy/
DAST.h174 llvm::StringRef getCallee() { return callee; } in getCallee() function
/external/llvm-project/mlir/examples/toy/Ch5/include/toy/
DAST.h174 llvm::StringRef getCallee() { return callee; } in getCallee() function
/external/llvm-project/mlir/examples/toy/Ch4/include/toy/
DAST.h174 llvm::StringRef getCallee() { return callee; } in getCallee() function
/external/llvm-project/mlir/examples/toy/Ch6/include/toy/
DAST.h174 llvm::StringRef getCallee() { return callee; } in getCallee() function
/external/llvm-project/mlir/examples/toy/Ch2/include/toy/
DAST.h174 llvm::StringRef getCallee() { return callee; } in getCallee() function
/external/llvm-project/mlir/examples/toy/Ch3/include/toy/
DAST.h174 llvm::StringRef getCallee() { return callee; } in getCallee() function
/external/llvm-project/mlir/examples/toy/Ch7/include/toy/
DAST.h193 llvm::StringRef getCallee() { return callee; } in getCallee() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h189 Value *getCallee() { return Callee; } in getCallee() function
DCallSite.h667 IterTy getCallee() const { in getCallee() function
/external/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h189 Value *getCallee() { return Callee; } in getCallee() function
/external/llvm/include/llvm/IR/
DCallSite.h593 IterTy getCallee() const { in getCallee() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h581 const Decl *getCallee() const { return Callee; } in getCallee() function
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h601 const Decl *getCallee() const { return Callee; } in getCallee() function
/external/clang/include/clang/AST/
DExpr.h2188 const Expr *getCallee() const { return cast<Expr>(SubExprs[FN]); } in getCallee() function
2189 Expr *getCallee() { return cast<Expr>(SubExprs[FN]); } in getCallee() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h2880 Expr *getCallee() { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function
2881 const Expr *getCallee() const { return cast<Expr>(getTrailingStmts()[FN]); } in getCallee() function
DExprCXX.h4597 UnresolvedLookupExpr *getCallee() const { in getCallee() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp69 User::op_iterator CallSite::getCallee() const { in getCallee() function in CallSite
/external/llvm/lib/IR/
DInstructions.cpp33 User::op_iterator CallSite::getCallee() const { in getCallee() function in CallSite
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp631 const FunctionDecl *getCallee() const override { return Callee; } in getCallee() function in __anona656c3110111::CallStackFrame