Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.cpp344 DebugLoc PrologEndLoc; in beginFunction() local
347 if (PrologEndLoc) in beginFunction()
357 PrologEndLoc = MI.getDebugLoc(); in beginFunction()
364 if (PrologEndLoc && !EmptyPrologue) { in beginFunction()
365 DebugLoc FnStartDL = PrologEndLoc.getFnDebugLoc(); in beginFunction()
DDwarfDebug.cpp992 if (DL == PrologEndLoc) { in beginInstruction()
994 PrologEndLoc = DebugLoc(); in beginInstruction()
1180 PrologEndLoc = findPrologueEndLoc(MF); in beginFunction()
1181 if (DILocation *L = PrologEndLoc) { in beginFunction()
DDwarfDebug.h248 DebugLoc PrologEndLoc; variable