Searched refs:PrologEndLoc (Results 1 – 3 of 3) sorted by relevance
345 DebugLoc PrologEndLoc; in beginFunction() local348 if (PrologEndLoc) in beginFunction()358 PrologEndLoc = MI.getDebugLoc(); in beginFunction()365 if (PrologEndLoc && !EmptyPrologue) { in beginFunction()366 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunction()
967 if (DL == PrologEndLoc) { in beginInstruction()969 PrologEndLoc = DebugLoc(); in beginInstruction()1159 PrologEndLoc = findPrologueEndLoc(MF); in beginFunction()1160 if (DILocation *L = PrologEndLoc) { in beginFunction()
264 DebugLoc PrologEndLoc; variable