Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h27 loadObject(const object::ObjectFile &Obj) override;
H A DRuntimeDyldCOFF.cpp65 RuntimeDyldCOFF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldCOFF
H A DRuntimeDyldMachO.h125 loadObject(const object::ObjectFile &O) override;
H A DRuntimeDyldELF.h239 loadObject(const object::ObjectFile &O) override;
H A DRuntimeDyld.cpp1361 RuntimeDyld::loadObject(const ObjectFile &Obj) { in loadObject() function in llvm::RuntimeDyld
1383 auto LoadedObjInfo = Dyld->loadObject(Obj); in loadObject()
1474 auto Info = RTDyld.loadObject(*O.getBinary()); in jitLinkForORC()
H A DRuntimeDyldMachO.cpp369 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldMachO
H A DRuntimeDyldImpl.h477 loadObject(const object::ObjectFile &Obj) = 0;
H A DRuntimeDyldELF.cpp247 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldELF
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h201 loadObject(const object::ObjectFile &O);
/freebsd/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp449 Dyld.loadObject(Obj); in printLineInfoForInput()
580 Dyld.loadObject(Obj); in executeInput()
996 Dyld.loadObject(Obj); in linkAndVerify()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp119 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile()
224 Dyld.loadObject(*LoadedObject.get()); in generateCodeForModule()