|
LLVM 23.0.0git
|
#include "llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h"#include "llvm/ExecutionEngine/Orc/Core.h"#include "llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h"#include "llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::orc |
| namespace | llvm::orc::shared |
Functions | |
| static void | llvm::orc::lookupSymbolsAsyncHelper (EPCGenericDylibManager &DylibMgr, ArrayRef< DylibManager::LookupRequest > Request, std::vector< tpctypes::LookupResult > Result, DylibManager::SymbolLookupCompleteFn Complete) |
| Async helper to chain together calls to lookupAsync to fulfill all the requests. | |