Searched refs:PrologEndLoc (Results 1 – 3 of 3) sorted by relevance
73 DebugLoc PrologEndLoc; variable
2063 if (DL == PrologEndLoc) { in beginInstruction()2065 PrologEndLoc = DebugLoc(); in beginInstruction()2127 if (DebugLoc PrologEndLoc = findPrologueEndLoc(&MF)) { in emitInitialLocDirective() local2134 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in emitInitialLocDirective()2137 return PrologEndLoc; in emitInitialLocDirective()2158 PrologEndLoc = emitInitialLocDirective( in beginFunctionImpl()
1521 DebugLoc PrologEndLoc; in beginFunctionImpl() local1527 PrologEndLoc = MI.getDebugLoc(); in beginFunctionImpl()1536 if (PrologEndLoc && !EmptyPrologue) { in beginFunctionImpl()1537 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()