Searched refs:PrologEndLoc (Results 1 – 3 of 3) sorted by relevance
73 DebugLoc PrologEndLoc; variable
2069 if (DL == PrologEndLoc) { in beginInstruction()2071 PrologEndLoc = DebugLoc(); in beginInstruction()2123 if (DebugLoc PrologEndLoc = findPrologueEndLoc(&MF)) { in emitInitialLocDirective() local2130 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in emitInitialLocDirective()2133 return PrologEndLoc; in emitInitialLocDirective()2160 PrologEndLoc = emitInitialLocDirective( in beginFunctionImpl()
1447 DebugLoc PrologEndLoc; in beginFunctionImpl() local1453 PrologEndLoc = MI.getDebugLoc(); in beginFunctionImpl()1462 if (PrologEndLoc && !EmptyPrologue) { in beginFunctionImpl()1463 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunctionImpl()