| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | MCJITDesignAndImplementation.rst | 84 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 D | DwarfLinkerForBinary.h | 200 ErrorOr<const object::ObjectFile &> loadObject(const DebugMapObject &Obj, 202 ErrorOr<DWARFFile &> loadObject(const DebugMapObject &Obj,
|
| H A D | DwarfLinkerForBinary.cpp | 181 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 D | RuntimeDyldCOFF.h | 30 loadObject(const object::ObjectFile &Obj) override;
|
| H A D | RuntimeDyldCOFF.cpp | 66 RuntimeDyldCOFF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldCOFF
|
| H A D | RuntimeDyldMachO.h | 130 loadObject(const object::ObjectFile &O) override;
|
| H A D | RuntimeDyldELF.h | 174 loadObject(const object::ObjectFile &O) override;
|
| H A D | RuntimeDyld.cpp | 1320 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 D | RuntimeDyldMachO.cpp | 370 RuntimeDyldMachO::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldMachO
|
| H A D | RuntimeDyldImpl.h | 462 loadObject(const object::ObjectFile &Obj) = 0;
|
| H A D | RuntimeDyldELF.cpp | 248 RuntimeDyldELF::loadObject(const object::ObjectFile &O) { in loadObject() function in llvm::RuntimeDyldELF
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
| H A D | RuntimeDyld.h | 186 std::unique_ptr<LoadedObjectInfo> loadObject(const object::ObjectFile &O);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 400 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 D | MCJIT.cpp | 119 std::unique_ptr<RuntimeDyld::LoadedObjectInfo> L = Dyld.loadObject(*Obj); in addObjectFile() 225 Dyld.loadObject(*LoadedObject.get()); in generateCodeForModule()
|