Home
last modified time | relevance | path

Searched refs:DebugRangesSectionWriter (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h158 class DebugRangesSectionWriter {
160 DebugRangesSectionWriter();
162 DebugRangesSectionWriter(RangesWriterKind K) : Kind(K){}; in DebugRangesSectionWriter() function
164 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()
/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DDWARFRewriter.h41 std::unique_ptr<DebugRangesSectionWriter> LegacyRangesSectionWriter;
100 DebugRangesSectionWriter &RangesWriter,
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp125 DebugRangesSectionWriter::DebugRangesSectionWriter() { in DebugRangesSectionWriter() function in llvm::bolt::DebugRangesSectionWriter
135 uint64_t DebugRangesSectionWriter::addRanges( in addRanges()
152 DebugRangesSectionWriter::addRanges(const DebugAddressRangesVector &Ranges) { in addRanges()
165 uint64_t DebugRangesSectionWriter::getSectionOffset() { in getSectionOffset()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp190 LegacyRangesSectionWriter = std::make_unique<DebugRangesSectionWriter>(); in updateDebugInfo()
268 DebugRangesSectionWriter *RangesSectionWriter = in updateDebugInfo()
287 DebugRangesSectionWriter *TempRangesSectionWriter = RangesSectionWriter; in updateDebugInfo()
359 DebugRangesSectionWriter &RangesSectionWriter, in updateUnitDebugInfo()