Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1239 if (DL == PrologEndLoc) { in beginInstruction()
1241 PrologEndLoc = DebugLoc(); in beginInstruction()
1243 if (PrologEndLoc.isUnknown()) in beginInstruction()
1453 (PrologEndLoc.isUnknown() && !MI->getDebugLoc().isUnknown())) in beginFunction()
1454 PrologEndLoc = MI->getDebugLoc(); in beginFunction()
1528 if (!PrologEndLoc.isUnknown()) { in beginFunction()
1529 DebugLoc FnStartDL = getFnDebugLoc(PrologEndLoc, in beginFunction()
DDwarfDebug.h378 DebugLoc PrologEndLoc; variable