Home
last modified time | relevance | path

Searched defs:getCaller (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DStatepoint.h147 FunTy *getCaller() const { return getCall()->getCaller(); } in getCaller() function
DCallSite.h275 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp259 Function *CallBase::getCaller() { return getParent()->getParent(); } in getCaller() function in CallBase