Searched refs:getFnDebugLoc (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDebugLoc.h96 // getFnDebugLoc - Walk up the scope chain of given debug loc and find line
98 DebugLoc getFnDebugLoc(const LLVMContext &Ctx) const;
/external/llvm/lib/IR/
H A DDebugLoc.cpp79 DebugLoc DebugLoc::getFnDebugLoc(const LLVMContext &Ctx) const { function in class:DebugLoc
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinCodeViewLineTables.cpp301 PrologEndLoc.getFnDebugLoc(MF->getFunction()->getContext());
H A DDwarfDebug.cpp1490 PrologEndLoc.getFnDebugLoc(MF->getFunction()->getContext());
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1295 DebugLoc EntryLoc = IP->getDebugLoc().getFnDebugLoc(*C);

Completed in 1256 milliseconds