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.getBytes(Entry).size() <= std::numeric_limits<uint16_t>::max()) in emitDebugLocEntryLocation()[all …]
143 /// Index of the entry list in DebugLocs. in initializeMMI() 145 /// DW_OP_LLVM_tag_offset value from DebugLocs. in initializeMMI() 372 DebugLocStream DebugLocs;845 const DebugLocStream &getDebugLocs() const { return DebugLocs; }317 DebugLocStream DebugLocs; global() variable