Searched refs:DebugLocs (Results 1 – 2 of 2) sorted by relevance
335 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug()1196 DebugLocs.setSym(Asm->createTempSymbol("loclists_table_base")); in beginModule()1359 if (!DebugLocs.getLists().empty() && !useSplitDwarf()) { in finalizeModuleInfo()1361 DebugLocs.getSym(), in finalizeModuleInfo()1936 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar); in collectEntityInfo()3033 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()3043 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(), in emitDebugLocEntry()3044 DebugLocs.getBytes(Entry).size()), in emitDebugLocEntry()3204 Asm->emitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation()3205 else if (DebugLocs.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()) in emitDebugLocEntryLocation()[all …]
372 DebugLocStream DebugLocs; variable863 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()