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.cpp963 if (DL != PrevInstLoc) { in beginInstruction()
966 PrevInstLoc = DL; in beginInstruction()
979 PrevInstLoc = DL; in beginInstruction()
1155 PrevInstLoc = DebugLoc(); in beginFunction()
DDwarfDebug.h236 DebugLoc PrevInstLoc; variable
DWinCodeViewLineTables.cpp377 if (DL == PrevInstLoc || !DL) in beginInstruction()