Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDebugLoc.h98 DebugLoc getFnDebugLoc(const LLVMContext &Ctx) const;
/external/llvm/lib/IR/
DDebugLoc.cpp79 DebugLoc DebugLoc::getFnDebugLoc(const LLVMContext &Ctx) const { in getFnDebugLoc() function in DebugLoc
/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp301 PrologEndLoc.getFnDebugLoc(MF->getFunction()->getContext()); in beginFunction()
DDwarfDebug.cpp1490 PrologEndLoc.getFnDebugLoc(MF->getFunction()->getContext()); in beginFunction()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1295 DebugLoc EntryLoc = IP->getDebugLoc().getFnDebugLoc(*C); in InjectCoverageAtBlock()