LLVM 20.0.0git
|
#include "llvm/ADT/STLExtras.h"
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/ExecutionEngine/Orc/IndirectionUtils.h"
#include "llvm/ExecutionEngine/Orc/RedirectionManager.h"
#include "llvm/ExecutionEngine/Orc/Speculation.h"
Go to the source code of this file.
Classes | |
class | llvm::orc::LazyCallThroughManager |
Manages a set of 'lazy call-through' trampolines. More... | |
struct | llvm::orc::LazyCallThroughManager::ReexportsEntry |
class | llvm::orc::LocalLazyCallThroughManager |
A lazy call-through manager that builds trampolines in the current process. More... | |
class | llvm::orc::LazyReexportsMaterializationUnit |
A materialization unit that builds lazy re-exports. More... | |
class | llvm::orc::LazyReexportsManager |
struct | llvm::orc::LazyReexportsManager::CallThroughInfo |
class | llvm::orc::LazyReexportsManager::Listener |
class | llvm::orc::SimpleLazyReexportsSpeculator |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::orc |
Functions | |
Expected< std::unique_ptr< LazyCallThroughManager > > | llvm::orc::createLocalLazyCallThroughManager (const Triple &T, ExecutionSession &ES, ExecutorAddr ErrorHandlerAddr) |
Create a LocalLazyCallThroughManager from the given triple and execution session. | |
std::unique_ptr< LazyReexportsMaterializationUnit > | llvm::orc::lazyReexports (LazyCallThroughManager &LCTManager, RedirectableSymbolManager &RSManager, JITDylib &SourceJD, SymbolAliasMap CallableAliases, ImplSymbolMap *SrcJDLoc=nullptr) |
Define lazy-reexports based on the given SymbolAliasMap. | |
std::unique_ptr< MaterializationUnit > | llvm::orc::lazyReexports (LazyReexportsManager &LRM, SymbolAliasMap Reexports) |
Define lazy-reexports based on the given SymbolAliasMap. | |