Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h31 loadObject(const object::ObjectFile &Obj) override;
H A DRuntimeDyldCOFF.cpp63 RuntimeDyldCOFF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldCOFF
H A DRuntimeDyldMachO.h131 loadObject(const object::ObjectFile &O) override;
H A DRuntimeDyldELF.h174 loadObject(const object::ObjectFile &O) override;
H A DRuntimeDyld.cpp1245 RuntimeDyld::loadObject(const ObjectFile &Obj) { in loadObject() function in llvm::RuntimeDyld
1266 auto LoadedObjInfo = Dyld->loadObject(Obj); in loadObject()
1340 auto Info = RTDyld.loadObject(Obj); in jitLinkForORC()
H A DRuntimeDyldMachO.cpp366 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldMachO
H A DRuntimeDyldImpl.h490 loadObject(const object::ObjectFile &Obj) = 0;
H A DRuntimeDyldELF.cpp252 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldELF
/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp325 Dyld.loadObject(Obj); in printLineInfoForInput()
449 Dyld.loadObject(Obj); in executeInput()
721 Dyld.loadObject(Obj); in linkAndVerify()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h181 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp118 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile()
224 Dyld.loadObject(*LoadedObject.get()); in generateCodeForModule()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h231 PFC->RTDyld->loadObject(*PFC->Obj.getBinary()); in finalize()