Home
last modified time | relevance | path

Searched refs:processLocation (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/IR/
DDebugInfo.cpp86 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation() function in DebugInfoFinder
90 processLocation(M, Loc->getInlinedAt()); in processLocation()
/external/llvm/include/llvm/IR/
DDebugInfo.h68 void processLocation(const Module &M, const DILocation *Loc);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfo.h77 void processLocation(const Module &M, const DILocation *Loc);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp115 processLocation(M, DbgLoc.get()); in processInstruction()
118 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation() function in DebugInfoFinder
122 processLocation(M, Loc->getInlinedAt()); in processLocation()