Searched refs:initSection (Results 1 – 3 of 3) sorted by relevance
196 void virtual initSection(DWARFUnit &CU){}; in initSection() function241 void virtual initSection(DWARFUnit &CU) override;
206 RangeListsSectionWriter->initSection(*CU.get()); in updateDebugInfo()319 RangesSectionWriter->initSection(*Unit); in updateDebugInfo()
250 void DebugRangeListsSectionWriter::initSection(DWARFUnit &Unit) { in initSection() function in llvm::bolt::DebugRangeListsSectionWriter