Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h129 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() function
DRuntimeDyldMachOX86_64.h124 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() function
DRuntimeDyldMachOARM.h174 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() function
DRuntimeDyldMachOAArch64.h379 Error finalizeSection(const ObjectFile &Obj, unsigned SectionID, in finalizeSection() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp259 if (auto Err = impl().finalizeSection(Obj, I->second, Section)) in finalizeLoad()