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()
2595 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
2605 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(), in emitDebugLocEntry()
2606 DebugLocs.getBytes(Entry).size()), in emitDebugLocEntry()
2766 Asm->emitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2767 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()) in emitDebugLocEntryLocation()
2768 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2805 const auto &DebugLocs = DD.getDebugLocs(); in emitLoclistsTableHeader() local
2808 Asm->emitInt32(DebugLocs.getLists().size()); in emitLoclistsTableHeader()
2809 Asm->OutStreamer->emitLabel(DebugLocs.getSym()); in emitLoclistsTableHeader()
2811 for (const auto &List : DebugLocs.getLists()) in emitLoclistsTableHeader()
2812 Asm->emitLabelDifference(List.Label, DebugLocs.getSym(), in emitLoclistsTableHeader()
2927 if (DebugLocs.getLists().empty()) in emitDebugLocImpl()
2936 for (const auto &List : DebugLocs.getLists()) in emitDebugLocImpl()
2960 for (const auto &List : DebugLocs.getLists()) { in emitDebugLocDWO()
2965 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLocDWO()