/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.h | 121 RuntimeDyld RTDyld(*MemMgr, *PFC->Resolver); in finalize() 122 RTDyld.setProcessAllSections(PFC->ProcessAllSections); in finalize() 123 PFC->RTDyld = &RTDyld; in finalize() 125 PFC->Finalizer(PFC->Handle, RTDyld, std::move(PFC->Objects), in finalize() 127 this->updateSymbolTable(RTDyld); in finalize() 149 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObjectSet"); in mapSectionAddress() 150 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress() 172 void updateSymbolTable(const RuntimeDyld &RTDyld) { in updateSymbolTable() argument 174 SymEntry.second = RTDyld.getSymbol(SymEntry.first()); in updateSymbolTable() 191 RuntimeDyld *RTDyld; member [all …]
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 81 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedObjectInfo() argument 82 : RTDyld(RTDyld), ObjSecToIDMap(std::move(ObjSecToIDMap)) {} in LoadedObjectInfo() 93 RuntimeDyldImpl &RTDyld; variable 103 LoadedObjectInfoHelper(RuntimeDyldImpl &RTDyld, in LoadedObjectInfoHelper() 105 : LoadedObjectInfo(RTDyld, std::move(ObjSecToIDMap)) {} in LoadedObjectInfoHelper() 184 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() argument
|
D | RuntimeDyldChecker.h | 71 RuntimeDyldChecker(RuntimeDyld &RTDyld, MCDisassembler *Disassembler,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.h | 239 PFC->RTDyld = std::make_unique<RuntimeDyld>(*MemMgr, ResolverAdapter); in finalize() 240 PFC->RTDyld->setProcessAllSections(PFC->ProcessAllSections); in finalize() 245 PFC->RTDyld->loadObject(*PFC->Obj.getBinary()); in finalize() 249 auto SymTab = PFC->RTDyld->getSymbolTable(); in finalize() 257 PFC->RTDyld->finalizeWithMemoryManagerLocking(); in finalize() 259 if (PFC->RTDyld->hasError()) in finalize() 260 return make_error<StringError>(PFC->RTDyld->getErrorString(), in finalize() 287 assert(PFC->RTDyld && "mapSectionAddress called on raw LinkedObject"); in mapSectionAddress() 288 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress() 326 std::unique_ptr<RuntimeDyld> RTDyld; member
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 76 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedObjectInfo() argument 77 : RTDyld(RTDyld), ObjSecToIDMap(std::move(ObjSecToIDMap)) {} in LoadedObjectInfo() 88 RuntimeDyldImpl &RTDyld; variable 165 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 76 LoadedObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedObjectInfo() argument 77 : RTDyld(RTDyld), ObjSecToIDMap(std::move(ObjSecToIDMap)) {} in LoadedObjectInfo() 88 RuntimeDyldImpl &RTDyld; variable 165 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() argument
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCheckerImpl.h | 24 RuntimeDyldCheckerImpl(RuntimeDyld &RTDyld, MCDisassembler *Disassembler, 42 RuntimeDyldImpl &getRTDyld() const { return *RTDyld.Dyld; } in getRTDyld() 67 RuntimeDyld &RTDyld; variable
|
D | RuntimeDyldCOFF.cpp | 32 LoadedCOFFObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedCOFFObjectInfo() argument 33 : LoadedObjectInfoHelper(RTDyld, std::move(ObjSecToIDMap)) {} in LoadedCOFFObjectInfo()
|
D | RuntimeDyldChecker.cpp | 680 RuntimeDyldCheckerImpl::RuntimeDyldCheckerImpl(RuntimeDyld &RTDyld, in RuntimeDyldCheckerImpl() argument 684 : RTDyld(RTDyld), Disassembler(Disassembler), InstPrinter(InstPrinter), in RuntimeDyldCheckerImpl() 686 RTDyld.Checker = this; in RuntimeDyldCheckerImpl() 907 RuntimeDyldChecker::RuntimeDyldChecker(RuntimeDyld &RTDyld, in RuntimeDyldChecker() argument 911 : Impl(make_unique<RuntimeDyldCheckerImpl>(RTDyld, Disassembler, in RuntimeDyldChecker() 917 return Impl->RTDyld; in getRTDyld() 921 return Impl->RTDyld; in getRTDyld()
|
D | RuntimeDyldMachO.cpp | 32 LoadedMachOObjectInfo(RuntimeDyldImpl &RTDyld, in LoadedMachOObjectInfo() argument 34 : LoadedObjectInfoHelper(RTDyld, std::move(ObjSecToIDMap)) {} in LoadedMachOObjectInfo()
|
D | RuntimeDyld.cpp | 968 return RTDyld.Sections[I->second].getLoadAddress(); in getSectionLoadAddress()
|
D | RuntimeDyldELF.cpp | 102 LoadedELFObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedELFObjectInfo() argument 103 : LoadedObjectInfoHelper(RTDyld, std::move(ObjSecToIDMap)) {} in LoadedELFObjectInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCOFF.cpp | 34 RuntimeDyldImpl &RTDyld, in LoadedCOFFObjectInfo() argument 36 : LoadedObjectInfoHelper(RTDyld, std::move(ObjSecToIDMap)) {} in LoadedCOFFObjectInfo()
|
D | RuntimeDyld.cpp | 1247 return RTDyld.Sections[I->second].getLoadAddress(); in getSectionLoadAddress() 1416 RuntimeDyld RTDyld(MemMgr, Resolver); in jitLinkForORC() local 1417 RTDyld.setProcessAllSections(ProcessAllSections); in jitLinkForORC() 1419 auto Info = RTDyld.loadObject(Obj); in jitLinkForORC() 1421 if (RTDyld.hasError()) { in jitLinkForORC() 1422 OnEmitted(make_error<StringError>(RTDyld.getErrorString(), in jitLinkForORC() 1427 if (auto Err = OnLoaded(std::move(Info), RTDyld.getSymbolTable())) in jitLinkForORC() 1430 RuntimeDyldImpl::finalizeAsync(std::move(RTDyld.Dyld), std::move(OnEmitted), in jitLinkForORC()
|
D | RuntimeDyldMachO.cpp | 32 LoadedMachOObjectInfo(RuntimeDyldImpl &RTDyld, in LoadedMachOObjectInfo() argument 34 : LoadedObjectInfoHelper(RTDyld, std::move(ObjSecToIDMap)) {} in LoadedMachOObjectInfo()
|
D | RuntimeDyldELF.cpp | 139 LoadedELFObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedELFObjectInfo() argument 140 : LoadedObjectInfoHelper(RTDyld, std::move(ObjSecToIDMap)) {} in LoadedELFObjectInfo()
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCOFF.cpp | 35 RuntimeDyldImpl &RTDyld, in LoadedCOFFObjectInfo() argument 37 : LoadedObjectInfoHelper(RTDyld, std::move(ObjSecToIDMap)) {} in LoadedCOFFObjectInfo()
|
D | RuntimeDyld.cpp | 1268 return RTDyld.Sections[I->second].getLoadAddress(); in getSectionLoadAddress() 1439 RuntimeDyld RTDyld(MemMgr, Resolver); in jitLinkForORC() local 1440 RTDyld.setProcessAllSections(ProcessAllSections); in jitLinkForORC() 1442 auto Info = RTDyld.loadObject(*O.getBinary()); in jitLinkForORC() 1444 if (RTDyld.hasError()) { in jitLinkForORC() 1446 make_error<StringError>(RTDyld.getErrorString(), in jitLinkForORC() 1451 if (auto Err = OnLoaded(*O.getBinary(), *Info, RTDyld.getSymbolTable())) in jitLinkForORC() 1454 RuntimeDyldImpl::finalizeAsync(std::move(RTDyld.Dyld), std::move(OnEmitted), in jitLinkForORC()
|
D | RuntimeDyldMachO.cpp | 32 LoadedMachOObjectInfo(RuntimeDyldImpl &RTDyld, in LoadedMachOObjectInfo() argument 34 : LoadedObjectInfoHelper(RTDyld, std::move(ObjSecToIDMap)) {} in LoadedMachOObjectInfo()
|
D | RuntimeDyldELF.cpp | 139 LoadedELFObjectInfo(RuntimeDyldImpl &RTDyld, ObjSectionToIDMap ObjSecToIDMap) in LoadedELFObjectInfo() argument 140 : LoadedObjectInfoHelper(RTDyld, std::move(ObjSecToIDMap)) {} in LoadedELFObjectInfo()
|
/external/llvm-project/llvm/tools/lli/ |
D | RemoteJITUtils.h | 81 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() argument 83 MemMgr->notifyObjectLoaded(RTDyld, Obj); in notifyObjectLoaded()
|
/external/llvm/tools/lli/ |
D | RemoteJITUtils.h | 129 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() argument 131 MemMgr->notifyObjectLoaded(RTDyld, Obj); in notifyObjectLoaded()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 80 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() argument 82 return ClientMM->notifyObjectLoaded(RTDyld, O); in notifyObjectLoaded()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 108 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() argument 110 return ClientMM->notifyObjectLoaded(RTDyld, O); in notifyObjectLoaded()
|