Home
last modified time | relevance | path

Searched refs:initSection (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h196 void virtual initSection(DWARFUnit &CU){}; in initSection() function
241 void virtual initSection(DWARFUnit &CU) override;
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp206 RangeListsSectionWriter->initSection(*CU.get()); in updateDebugInfo()
319 RangesSectionWriter->initSection(*Unit); in updateDebugInfo()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp250 void DebugRangeListsSectionWriter::initSection(DWARFUnit &Unit) { in initSection() function in llvm::bolt::DebugRangeListsSectionWriter