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.h30 loadObject(const object::ObjectFile &Obj) override;
H A DRuntimeDyldCOFF.cpp66 RuntimeDyldCOFF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldCOFF
H A DRuntimeDyldMachO.h130 loadObject(const object::ObjectFile &O) override;
H A DRuntimeDyldELF.h220 loadObject(const object::ObjectFile &O) override;
H A DRuntimeDyld.cpp1346 RuntimeDyld::loadObject(const ObjectFile &Obj) { in loadObject() function in llvm::RuntimeDyld
1368 auto LoadedObjInfo = Dyld->loadObject(Obj); in loadObject()
1459 auto Info = RTDyld.loadObject(*O.getBinary()); in jitLinkForORC()
H A DRuntimeDyldMachO.cpp370 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldMachO
H A DRuntimeDyldImpl.h472 loadObject(const object::ObjectFile &Obj) = 0;
H A DRuntimeDyldELF.cpp248 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldELF
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h199 std::unique_ptr<LoadedObjectInfo> 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()
995 Dyld.loadObject(Obj); in linkAndVerify()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp120 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile()
225 Dyld.loadObject(*LoadedObject.get()); in generateCodeForModule()