Lines Matching refs:DebugLocs

351     : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()),  in DwarfDebug()
1196 DebugLocs.setSym(Asm->createTempSymbol("loclists_table_base")); in beginModule()
1364 if (!DebugLocs.getLists().empty()) { in finalizeModuleInfo()
1367 DebugLocs.getSym(), in finalizeModuleInfo()
1892 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectEntityInfo()
2491 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
2501 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(), in emitDebugLocEntry()
2502 DebugLocs.getBytes(Entry).size()), in emitDebugLocEntry()
2665 Asm->emitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2666 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()) in emitDebugLocEntryLocation()
2667 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2704 const auto &DebugLocs = DD.getDebugLocs(); in emitLoclistsTableHeader() local
2707 Asm->emitInt32(DebugLocs.getLists().size()); in emitLoclistsTableHeader()
2708 Asm->OutStreamer->emitLabel(DebugLocs.getSym()); in emitLoclistsTableHeader()
2710 for (const auto &List : DebugLocs.getLists()) in emitLoclistsTableHeader()
2711 Asm->emitLabelDifference(List.Label, DebugLocs.getSym(), in emitLoclistsTableHeader()
2826 if (DebugLocs.getLists().empty()) in emitDebugLocImpl()
2835 for (const auto &List : DebugLocs.getLists()) in emitDebugLocImpl()
2859 for (const auto &List : DebugLocs.getLists()) { in emitDebugLocDWO()
2864 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLocDWO()