Searched refs:DebugRangesSectionWriter (Results 1 – 4 of 4) sorted by relevance
158 class DebugRangesSectionWriter {160 DebugRangesSectionWriter();162 DebugRangesSectionWriter(RangesWriterKind K) : Kind(K){}; in DebugRangesSectionWriter() function164 virtual ~DebugRangesSectionWriter(){}; in ~DebugRangesSectionWriter()188 static bool classof(const DebugRangesSectionWriter *Writer) { in classof()217 class DebugRangeListsSectionWriter : public DebugRangesSectionWriter {220 : DebugRangesSectionWriter(RangesWriterKind::DebugRangeListsWriter) { in DebugRangeListsSectionWriter()249 static bool classof(const DebugRangesSectionWriter *Writer) { in classof()
41 std::unique_ptr<DebugRangesSectionWriter> LegacyRangesSectionWriter;100 DebugRangesSectionWriter &RangesWriter,
125 DebugRangesSectionWriter::DebugRangesSectionWriter() { in DebugRangesSectionWriter() function in llvm::bolt::DebugRangesSectionWriter135 uint64_t DebugRangesSectionWriter::addRanges( in addRanges()152 DebugRangesSectionWriter::addRanges(const DebugAddressRangesVector &Ranges) { in addRanges()165 uint64_t DebugRangesSectionWriter::getSectionOffset() { in getSectionOffset()
190 LegacyRangesSectionWriter = std::make_unique<DebugRangesSectionWriter>(); in updateDebugInfo()268 DebugRangesSectionWriter *RangesSectionWriter = in updateDebugInfo()287 DebugRangesSectionWriter *TempRangesSectionWriter = RangesSectionWriter; in updateDebugInfo()359 DebugRangesSectionWriter &RangesSectionWriter, in updateUnitDebugInfo()