|
LLVM 24.0.0git
|
#include "llvm/ExecutionEngine/Orc/EPCGenericDylibManagerSPS.h"#include "llvm/ExecutionEngine/Orc/Core.h"#include "llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.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 |
| namespace | llvm::orc::sps |
Functions | |
| LLVM_ABI Expected< std::unique_ptr< EPCGenericDylibManager > > | llvm::orc::sps::createEPCGenericDylibManager (JITDylib &JD) |
| Create an EPCGenericDylibManager for the ORC runtime's NativeDylibManager interface, resolving its symbols in the given JITDylib. | |
| LLVM_ABI Expected< std::unique_ptr< EPCGenericDylibManager > > | llvm::orc::sps::createEPCGenericDylibManager (ExecutionSession &ES) |
| Create an EPCGenericDylibManager for the ORC runtime's NativeDylibManager interface, resolving its symbols in the given ExecutionSession's bootstrap JITDylib. | |