Home
last modified time | relevance | path

Searched defs:finalizeSection (Results 1 – 6 of 6) sorted by relevance

/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 DRuntimeDyldMachOAArch64.h436 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() function
H A DRuntimeDyldMachOARM.h288 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() function
/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
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h193 void virtual finalizeSection(){}; in finalizeSection() function