Lines Matching refs:DebugLocs
331 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()
1189 DebugLocs.setSym(Asm->createTempSymbol("loclists_table_base")); in beginModule()
1349 if (!DebugLocs.getLists().empty() && !useSplitDwarf()) { in finalizeModuleInfo()
1351 DebugLocs.getSym(), in finalizeModuleInfo()
1929 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar); in collectEntityInfo()
2594 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
2604 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(), in emitDebugLocEntry()
2605 DebugLocs.getBytes(Entry).size()), in emitDebugLocEntry()
2765 Asm->emitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2766 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()) in emitDebugLocEntryLocation()
2767 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2804 const auto &DebugLocs = DD.getDebugLocs(); in emitLoclistsTableHeader() local
2807 Asm->emitInt32(DebugLocs.getLists().size()); in emitLoclistsTableHeader()
2808 Asm->OutStreamer->emitLabel(DebugLocs.getSym()); in emitLoclistsTableHeader()
2810 for (const auto &List : DebugLocs.getLists()) in emitLoclistsTableHeader()
2811 Asm->emitLabelDifference(List.Label, DebugLocs.getSym(), in emitLoclistsTableHeader()
2926 if (DebugLocs.getLists().empty()) in emitDebugLocImpl()
2935 for (const auto &List : DebugLocs.getLists()) in emitDebugLocImpl()
2959 for (const auto &List : DebugLocs.getLists()) { in emitDebugLocDWO()
2964 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLocDWO()