Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h200 ErrorOr<const object::ObjectFile &> loadObject(const DebugMapObject &Obj,
202 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()
345 if (auto ErrorOrObj = loadObject(Obj, DebugMap, RL)) { in link()
434 if (auto ErrorOrObj = loadObject(*Obj, Map, RL)) in link()
/netbsd-src/external/apache2/llvm/dist/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.h174 loadObject(const object::ObjectFile &O) override;
H A DRuntimeDyld.cpp1320 RuntimeDyld::loadObject(const ObjectFile &Obj) { in loadObject() function in llvm::RuntimeDyld
1342 auto LoadedObjInfo = Dyld->loadObject(Obj); in loadObject()
1433 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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h186 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp400 Dyld.loadObject(Obj); in printLineInfoForInput()
530 Dyld.loadObject(Obj); in executeInput()
936 Dyld.loadObject(Obj); in linkAndVerify()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp119 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile()
225 Dyld.loadObject(*LoadedObject.get()); in generateCodeForModule()