Searched refs:DebugLocs (Results 1 – 2 of 2) sorted by relevance
331 : DebugHandlerBase(A), DebugLocs(A->OutStreamer->isVerboseAsm()), in DwarfDebug() 1189 DebugLocs.setSym(Asm->createTempSymbol("loclists_table_base")); in beginModule() 1349 if (!DebugLocs.getLists().empty() && !useSplitDwarf()) { in finalizeModuleInfo() 1351 DebugLocs.getSym(), in finalizeModuleInfo() 1929 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar); in collectEntityInfo() 2595 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry() 2605 DWARFDataExtractor Data(StringRef(DebugLocs.getBytes(Entry).data(), in emitDebugLocEntry() 2606 DebugLocs.getBytes(Entry).size()), in emitDebugLocEntry() 2766 Asm->emitULEB128(DebugLocs.getBytes(Entry).size()); in emitDebugLocEntryLocation() 2767 else if (DebugLocs in emitDebugLocEntryLocation() 2804 const auto &DebugLocs = DD.getDebugLocs(); emitLoclistsTableHeader() local [all...]
372 DebugLocStream DebugLocs; variable845 const DebugLocStream &getDebugLocs() const { return DebugLocs; } in getDebugLocs()