Lines Matching refs:DebugLocs
312 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()
916 if (!DebugLocs.getLists().empty() && !useSplitDwarf()) in finalizeModuleInfo()
1359 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectEntityInfo()
1894 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
1897 for (uint8_t Byte : DebugLocs.getBytes(Entry)) in emitDebugLocEntry()
1960 Asm->EmitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
1962 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2027 if (DebugLocs.getLists().empty()) in emitDebugLoc()
2043 for (const auto &List : DebugLocs.getLists()) { in emitDebugLoc()
2048 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLoc()
2107 for (const auto &List : DebugLocs.getLists()) { in emitDebugLocDWO()
2109 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLocDWO()