Lines Matching defs:DebugLocs
331 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()),
1190 DebugLocs.setSym(Asm->createTempSymbol("loclists_table_base"));
1352 if (!DebugLocs.getLists().empty() && !useSplitDwarf()) {
1354 DebugLocs.getSym(),
1929 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar);
2855 auto &&Comments = DebugLocs.getComments(Entry);
2865 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(),
2866 DebugLocs.getBytes(Entry).size()),
3026 Asm->emitULEB128(DebugLocs.getBytes(Entry).size());
3027 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max())
3028 Asm->emitInt16(DebugLocs.getBytes(Entry).size());
3065 const auto &DebugLocs = DD.getDebugLocs();
3068 Asm->emitInt32(DebugLocs.getLists().size());
3069 Asm->OutStreamer->emitLabel(DebugLocs.getSym());
3071 for (const auto &List : DebugLocs.getLists())
3072 Asm->emitLabelDifference(List.Label, DebugLocs.getSym(),
3198 if (DebugLocs.getLists().empty())
3207 for (const auto &List : DebugLocs.getLists())
3231 for (const auto &List : DebugLocs.getLists()) {
3236 for (const auto &Entry : DebugLocs.getEntries(List)) {