Searched refs:loadObject (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h30 loadObject(const object::ObjectFile &Obj) override;
H A DRuntimeDyldCOFF.cpp65 RuntimeDyldCOFF::loadObject(const object::ObjectFile &O) { function in class:llvm::RuntimeDyldCOFF
H A DRuntimeDyldMachO.h130 loadObject(const object::ObjectFile &O) override;
H A DRuntimeDyldELF.h173 loadObject(const object::ObjectFile &O) override;
H A DRuntimeDyld.cpp650 // necessary section allocation size in loadObject by walking all the sections
1308 RuntimeDyld::loadObject(const ObjectFile &Obj) { function in class:llvm::RuntimeDyld
1330 auto LoadedObjInfo = Dyld->loadObject(Obj);
1419 auto Info = RTDyld.loadObject(Obj);
H A DRuntimeDyldMachO.cpp370 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) { function in class:llvm::RuntimeDyldMachO
H A DRuntimeDyldImpl.h305 // loadObject may be called on the same thread during the handling of of
447 // Implementation of the generic part of the loadObject algorithm.
477 loadObject(const object::ObjectFile &Obj) = 0;
H A DRuntimeDyldELF.cpp255 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { function in class:llvm::RuntimeDyldELF
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h182 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
246 assert(!Dyld && "setProcessAllSections must be called before loadObject.");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp117 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj);
223 Dyld.loadObject(*LoadedObject.get());
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp399 Dyld.loadObject(Obj);
529 Dyld.loadObject(Obj);
930 Dyld.loadObject(Obj);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h245 PFC->RTDyld->loadObject(*PFC->Obj.getBinary());

Completed in 307 milliseconds