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