Searched refs:PrevInstLoc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h278 DebugLoc PrevInstLoc; member in class:llvm::DwarfDebug
H A DDwarfDebug.cpp1095 if (DL != PrevInstLoc && (!DL.isUnknown() || UnknownLocations)) {
1097 PrevInstLoc = DL;
1375 PrevInstLoc = DebugLoc();

Completed in 553 milliseconds