Searched refs:PrologEndLoc (Results 1 – 3 of 3) sorted by relevance
73 DebugLoc PrologEndLoc; variable
2019 if (DL == PrologEndLoc) { in beginInstruction()2021 PrologEndLoc = DebugLoc(); in beginInstruction()2073 if (DebugLoc PrologEndLoc = findPrologueEndLoc(&MF)) { in emitInitialLocDirective() local2080 const DISubprogram *SP = PrologEndLoc->getInlinedAtScope()->getSubprogram(); in emitInitialLocDirective()2083 return PrologEndLoc; in emitInitialLocDirective()2110 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()