Home
last modified time | relevance | path

Searched refs:finalizeSection (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h193 void virtual finalizeSection(){}; in finalizeSection() function
244 void virtual finalizeSection() override;
428 void finalizeSection();
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h122 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() function
H A DRuntimeDyldMachOI386.h127 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() function
H A DRuntimeDyldMachOARM.h288 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() function
H A DRuntimeDyldMachOAArch64.h436 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp264 if (auto Err = impl().finalizeSection(Obj, I->second, Section)) in finalizeLoad()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp307 TempRangesSectionWriter->finalizeSection(); in updateDebugInfo()
320 StrOffstsWriter->finalizeSection(); in updateDebugInfo()
328 RangesSectionWriter->finalizeSection(); in updateDebugInfo()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp230 void DebugRangeListsSectionWriter::finalizeSection() { in finalizeSection() function in llvm::bolt::DebugRangeListsSectionWriter
1088 void DebugStrOffsetsWriter::finalizeSection() { in finalizeSection() function in llvm::bolt::DebugStrOffsetsWriter