LLVM 20.0.0git
|
#include "llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h"
#include "llvm/ExecutionEngine/Orc/IndirectionUtils.h"
#include "llvm/ExecutionEngine/Orc/LazyReexports.h"
#include <mutex>
Go to the source code of this file.
Classes | |
class | llvm::orc::EPCIndirectionUtils |
Provides ExecutorProcessControl based indirect stubs, trampoline pool and lazy call through manager. More... | |
class | llvm::orc::EPCIndirectionUtils::ABISupport |
ABI support base class. More... | |
class | llvm::orc::detail::ABISupportImpl< ORCABI > |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::orc |
namespace | llvm::orc::detail |
Functions | |
Error | llvm::orc::setUpInProcessLCTMReentryViaEPCIU (EPCIndirectionUtils &EPCIU) |
This will call writeResolver on the given EPCIndirectionUtils instance to set up re-entry via a function that will directly return the trampoline landing address. | |