LLVM 20.0.0git
|
#include "llvm/ADT/StringRef.h"
#include "llvm/ExecutionEngine/Orc/Core.h"
#include "llvm/ExecutionEngine/Orc/ExecutorProcessControl.h"
#include "llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h"
#include "llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h"
#include <future>
#include <thread>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | llvm::orc::ELFPerObjectSectionsToRegister |
struct | llvm::orc::RuntimeFunction |
struct | llvm::orc::FunctionPairKeyHash |
struct | llvm::orc::FunctionPairKeyEqual |
class | llvm::orc::ELFNixPlatform |
Mediates between ELFNix initialization and ExecutionSession state. More... | |
class | llvm::orc::shared::SPSSerializationTraits< SPSELFPerObjectSectionsToRegister, ELFPerObjectSectionsToRegister > |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::orc |
namespace | llvm::orc::shared |
Typedefs | |
using | llvm::orc::ELFNixJITDylibDepInfo = std::vector< ExecutorAddr > |
using | llvm::orc::ELFNixJITDylibDepInfoMap = std::vector< std::pair< ExecutorAddr, ELFNixJITDylibDepInfo > > |
using | llvm::orc::DeferredRuntimeFnMap = std::unordered_map< std::pair< RuntimeFunction *, RuntimeFunction * >, SmallVector< std::pair< shared::WrapperFunctionCall::ArgDataBufferType, shared::WrapperFunctionCall::ArgDataBufferType > >, FunctionPairKeyHash, FunctionPairKeyEqual > |
using | llvm::orc::shared::SPSELFPerObjectSectionsToRegister = SPSTuple< SPSExecutorAddrRange, SPSExecutorAddrRange > |
using | llvm::orc::shared::SPSELFNixJITDylibDepInfoMap = SPSSequence< SPSTuple< SPSExecutorAddr, SPSSequence< SPSExecutorAddr > > > |