Home
last modified time | relevance | path

Searched refs:PrologEndLoc (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDWinCodeViewLineTables.cpp345 DebugLoc PrologEndLoc; in beginFunction() local
348 if (PrologEndLoc) in beginFunction()
358 PrologEndLoc = MI.getDebugLoc(); in beginFunction()
365 if (PrologEndLoc && !EmptyPrologue) { in beginFunction()
366 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunction()
HDDwarfDebug.cpp967 if (DL == PrologEndLoc) { in beginInstruction()
969 PrologEndLoc = DebugLoc(); in beginInstruction()
1159 PrologEndLoc = findPrologueEndLoc(MF); in beginFunction()
1160 if (DILocation *L = PrologEndLoc) { in beginFunction()
HDDwarfDebug.h264 DebugLoc PrologEndLoc; variable