Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h113 void processLocation(const Module &M, const DILocation *Loc);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp245 processLocation(M, DbgLoc.get()); in processInstruction()
251 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) { in processLocation() function in DebugInfoFinder
255 processLocation(M, Loc->getInlinedAt()); in processLocation()
261 processLocation(M, DR.getDebugLoc().get()); in processDbgRecord()