Searched refs:PrologEndLoc (Results 1 – 2 of 2) sorted by relevance
1239 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()
378 DebugLoc PrologEndLoc; variable