Home
last modified time | relevance | path

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

/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/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/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/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