Lines Matching refs:DebugLocs

348     : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()),  in DwarfDebug()
1188 DebugLocs.setSym(Asm->createTempSymbol("loclists_table_base")); in beginModule()
1354 if (!DebugLocs.getLists().empty()) { in finalizeModuleInfo()
1357 DebugLocs.getSym(), in finalizeModuleInfo()
1886 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectEntityInfo()
2513 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
2523 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(), in emitDebugLocEntry()
2524 DebugLocs.getBytes(Entry).size()), in emitDebugLocEntry()
2685 Asm->emitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2686 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()) in emitDebugLocEntryLocation()
2687 Asm->emitInt16(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()
2724 const auto &DebugLocs = DD.getDebugLocs(); in emitLoclistsTableHeader() local
2727 Asm->emitInt32(DebugLocs.getLists().size()); in emitLoclistsTableHeader()
2728 Asm->OutStreamer->emitLabel(DebugLocs.getSym()); in emitLoclistsTableHeader()
2730 for (const auto &List : DebugLocs.getLists()) in emitLoclistsTableHeader()
2731 Asm->emitLabelDifference(List.Label, DebugLocs.getSym(), in emitLoclistsTableHeader()
2846 if (DebugLocs.getLists().empty()) in emitDebugLocImpl()
2855 for (const auto &List : DebugLocs.getLists()) in emitDebugLocImpl()
2879 for (const auto &List : DebugLocs.getLists()) { in emitDebugLocDWO()
2884 for (const auto &Entry : DebugLocs.getEntries(List)) { in emitDebugLocDWO()