Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldCOFF.h30 loadObject(const object::ObjectFile &Obj) override;
HDRuntimeDyldCOFF.cpp66 RuntimeDyldCOFF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldCOFF
HDRuntimeDyldMachO.h130 loadObject(const object::ObjectFile &O) override;
HDRuntimeDyldELF.h220 loadObject(const object::ObjectFile &O) override;
HDRuntimeDyld.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()
HDRuntimeDyldMachO.cpp370 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldMachO
HDRuntimeDyldImpl.h472 loadObject(const object::ObjectFile &Obj) = 0;
HDRuntimeDyldELF.cpp248 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldELF
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDRuntimeDyld.h199 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-rtdyld/
HDllvm-rtdyld.cpp449 Dyld.loadObject(Obj); in printLineInfoForInput()
580 Dyld.loadObject(Obj); in executeInput()
995 Dyld.loadObject(Obj); in linkAndVerify()
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
HDMCJIT.cpp120 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile()
225 Dyld.loadObject(*LoadedObject.get()); in generateCodeForModule()