Home
last modified time | relevance | path

Searched refs:PrevInstLoc (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DWinCodeViewLineTables.h34 DebugLoc PrevInstLoc; variable
DDwarfDebug.h243 DebugLoc PrevInstLoc; variable
DDwarfDebug.cpp988 if (DL != PrevInstLoc) { in beginInstruction()
991 PrevInstLoc = DL; in beginInstruction()
1004 PrevInstLoc = DL; in beginInstruction()
1176 PrevInstLoc = DebugLoc(); in beginFunction()
DWinCodeViewLineTables.cpp392 if (DL == PrevInstLoc || !DL) in beginInstruction()