Home
last modified time | relevance | path

Searched refs:finalizeLoad (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h153 Error finalizeLoad(const ObjectFile &Obj,
H A DRuntimeDyldELF.h249 Error finalizeLoad(const ObjectFile &Obj,
H A DRuntimeDyldMachO.cpp227 RuntimeDyldMachOCRTPBase<Impl>::finalizeLoad(const ObjectFile &Obj, in finalizeLoad() function in llvm::RuntimeDyldMachOCRTPBase
H A DRuntimeDyldImpl.h591 virtual Error finalizeLoad(const ObjectFile &ObjImg, in finalizeLoad() function
H A DRuntimeDyld.cpp450 if (auto Err = finalizeLoad(Obj, LocalSections)) in loadObjectImpl()
H A DRuntimeDyldELF.cpp2724 Error RuntimeDyldELF::finalizeLoad(const ObjectFile &Obj, in finalizeLoad() function in llvm::RuntimeDyldELF
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h299 Error finalizeLoad(const object::ObjectFile &Obj, in finalizeLoad() function