Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1486 if (DL == PrologEndLoc) { in beginInstruction()
1488 PrologEndLoc = DebugLoc(); in beginInstruction()
1490 if (PrologEndLoc.isUnknown()) in beginInstruction()
1703 (PrologEndLoc.isUnknown() && !MI->getDebugLoc().isUnknown())) in beginFunction()
1704 PrologEndLoc = MI->getDebugLoc(); in beginFunction()
1778 if (!PrologEndLoc.isUnknown()) { in beginFunction()
1779 DebugLoc FnStartDL = getFnDebugLoc(PrologEndLoc, in beginFunction()
DDwarfDebug.h399 DebugLoc PrologEndLoc; variable