Searched refs:DebugLocs (Results 1 – 2 of 2) sorted by relevance
349 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()1214 DebugLocs.setSym(Asm->createTempSymbol("loclists_table_base")); in beginModule()1380 if (!DebugLocs.getLists().empty()) { in finalizeModuleInfo()1383 DebugLocs.getSym(), in finalizeModuleInfo()1912 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectEntityInfo()2549 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()2559 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(), in emitDebugLocEntry()2560 DebugLocs.getBytes(Entry).size()), in emitDebugLocEntry()2721 Asm->emitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()2722 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()) in emitDebugLocEntryLocation()[all …]
317 DebugLocStream DebugLocs; variable776 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()