LLVM 19.0.0git
Public Attributes | List of all members
llvm::orc::SimpleRemoteEPCExecutorInfo Struct Reference

#include "llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h"

Public Attributes

std::string TargetTriple
 
uint64_t PageSize
 
StringMap< std::vector< char > > BootstrapMap
 
StringMap< ExecutorAddrBootstrapSymbols
 

Detailed Description

Definition at line 45 of file SimpleRemoteEPCUtils.h.

Member Data Documentation

◆ BootstrapMap

StringMap<std::vector<char> > llvm::orc::SimpleRemoteEPCExecutorInfo::BootstrapMap

Definition at line 48 of file SimpleRemoteEPCUtils.h.

◆ BootstrapSymbols

StringMap<ExecutorAddr> llvm::orc::SimpleRemoteEPCExecutorInfo::BootstrapSymbols

Definition at line 49 of file SimpleRemoteEPCUtils.h.

◆ PageSize

uint64_t llvm::orc::SimpleRemoteEPCExecutorInfo::PageSize

Definition at line 47 of file SimpleRemoteEPCUtils.h.

◆ TargetTriple

std::string llvm::orc::SimpleRemoteEPCExecutorInfo::TargetTriple

Definition at line 46 of file SimpleRemoteEPCUtils.h.


The documentation for this struct was generated from the following file: