Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp329 DebugLoc PrologEndLoc; in beginFunction() local
332 if (PrologEndLoc) in beginFunction()
342 PrologEndLoc = MI.getDebugLoc(); in beginFunction()
349 if (PrologEndLoc && !EmptyPrologue) { in beginFunction()
350 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunction()
DDwarfDebug.cpp967 if (DL == PrologEndLoc) { in beginInstruction()
969 PrologEndLoc = DebugLoc(); in beginInstruction()
1159 PrologEndLoc = findPrologueEndLoc(MF); in beginFunction()
1160 if (MDLocation *L = PrologEndLoc) { in beginFunction()
DDwarfDebug.h241 DebugLoc PrologEndLoc; variable