Lines Matching defs:DebugLocs
331 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()),
1189 DebugLocs.setSym(Asm->createTempSymbol("loclists_table_base"));
1349 if (!DebugLocs.getLists().empty() && !useSplitDwarf()) {
1351 DebugLocs.getSym(),
1929 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar);
2595 auto &&Comments = DebugLocs.getComments(Entry);
2605 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(),
2606 DebugLocs.getBytes(Entry).size()),
2766 Asm->emitULEB128(DebugLocs.getBytes(Entry).size());
2767 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max())
2768 Asm->emitInt16(DebugLocs.getBytes(Entry).size());
2805 const auto &DebugLocs = DD.getDebugLocs();
2808 Asm->emitInt32(DebugLocs.getLists().size());
2809 Asm->OutStreamer->emitLabel(DebugLocs.getSym());
2811 for (const auto &List : DebugLocs.getLists())
2812 Asm->emitLabelDifference(List.Label, DebugLocs.getSym(),
2927 if (DebugLocs.getLists().empty())
2936 for (const auto &List : DebugLocs.getLists())
2960 for (const auto &List : DebugLocs.getLists()) {
2965 for (const auto &Entry : DebugLocs.getEntries(List)) {