LLVM 19.0.0git
Classes | Namespaces
ExecutorProcessControl.h File Reference
#include "llvm/ADT/StringRef.h"
#include "llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h"
#include "llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h"
#include "llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h"
#include "llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h"
#include "llvm/ExecutionEngine/Orc/SymbolStringPool.h"
#include "llvm/ExecutionEngine/Orc/TaskDispatch.h"
#include "llvm/Support/DynamicLibrary.h"
#include "llvm/Support/MSVCErrorWorkarounds.h"
#include "llvm/TargetParser/Triple.h"
#include <future>
#include <mutex>
#include <vector>

Go to the source code of this file.

Classes

class  llvm::orc::ExecutorProcessControl
 ExecutorProcessControl supports interaction with a JIT target process. More...
 
class  llvm::orc::ExecutorProcessControl::IncomingWFRHandler
 A handler or incoming WrapperFunctionResults – either return values from callWrapper* calls, or incoming JIT-dispatch requests. More...
 
class  llvm::orc::ExecutorProcessControl::RunInPlace
 Constructs an IncomingWFRHandler from a function object that is callable as void(shared::WrapperFunctionResult). More...
 
class  llvm::orc::ExecutorProcessControl::RunAsTask
 Constructs an IncomingWFRHandler from a function object by creating a new function object that dispatches the original using a TaskDispatcher, wrapping the original as a GenericNamedTask. More...
 
class  llvm::orc::ExecutorProcessControl::MemoryAccess
 APIs for manipulating memory in the target process. More...
 
struct  llvm::orc::ExecutorProcessControl::LookupRequest
 A pair of a dylib and a set of symbols to be looked up. More...
 
struct  llvm::orc::ExecutorProcessControl::JITDispatchInfo
 Contains the address of the dispatch function and context that the ORC runtime can use to call functions in the JIT. More...
 
class  llvm::orc::InProcessMemoryAccess
 
class  llvm::orc::UnsupportedExecutorProcessControl
 A ExecutorProcessControl instance that asserts if any of its methods are used. More...
 
class  llvm::orc::SelfExecutorProcessControl
 A ExecutorProcessControl implementation targeting the current process. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::orc