|
LLVM 24.0.0git
|
#include "llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h"#include "llvm/ExecutionEngine/Orc/SPSProxySpec.h"#include "llvm/ExecutionEngine/Orc/Shared/SPSCI/NativeDylibManagerSPSCI.h"#include "llvm/Support/Compiler.h"#include <memory>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::sps |
Typedefs | |
| using | llvm::orc::sps::DylibMgrOpenProxySpec |
| using | llvm::orc::sps::DylibMgrResolveProxySpec |
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. | |