Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DRuntimeLibrary.cpp59 RTDyld.loadObject(*Obj); in loadLibrary()
67 RTDyld.loadObject(*Obj); in loadLibrary()
/llvm-project-15.0.7/llvm/docs/
H A DMCJITDesignAndImplementation.rst84 class) and calls the RuntimeDyldImpl::loadObject method to perform that
89 RuntimeDyldImpl::loadObject begins by creating an ObjectImage instance
95 RuntimeDyldImpl::loadObject then iterates through the symbols in the
101 Next, RuntimeDyldImpl::loadObject iterates through the sections in the
110 When RuntimeDyldImpl::loadObject returns, all of the code and data
117 relocations when loadObject completes. However, this shouldn't be
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h199 ErrorOr<const object::ObjectFile &> loadObject(const DebugMapObject &Obj,
201 ErrorOr<DWARFFile &> loadObject(const DebugMapObject &Obj,
H A DDwarfLinkerForBinary.cpp181 DwarfLinkerForBinary::loadObject(const DebugMapObject &Obj, in loadObject() function in llvm::dsymutil::DwarfLinkerForBinary
269 DwarfLinkerForBinary::loadObject(const DebugMapObject &Obj, in loadObject() function in llvm::dsymutil::DwarfLinkerForBinary
272 auto ErrorOrObj = loadObject(Obj, DebugMap.getTriple()); in loadObject()
600 if (auto ErrorOrObj = loadObject(Obj, DebugMap, RL)) { in link()
705 if (auto ErrorOrObj = loadObject(*Obj, Map, RL)) in link()
/llvm-project-15.0.7/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.h186 loadObject(const object::ObjectFile &O) override;
H A DRuntimeDyld.cpp1351 RuntimeDyld::loadObject(const ObjectFile &Obj) { in loadObject() function in llvm::RuntimeDyld
1373 auto LoadedObjInfo = Dyld->loadObject(Obj); in loadObject()
1464 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.h462 loadObject(const object::ObjectFile &Obj) = 0;
H A DRuntimeDyldELF.cpp248 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldELF
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h200 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
/llvm-project-15.0.7/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp449 Dyld.loadObject(Obj); in printLineInfoForInput()
580 Dyld.loadObject(Obj); in executeInput()
986 Dyld.loadObject(Obj); in linkAndVerify()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp514 RTDyld->loadObject(*Obj); in emitAndLink()
H A DRewriteInstance.cpp3146 RTDyld->loadObject(*Obj); in emitAndLink()