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

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

Collaboration diagram for llvm::orc::SimpleRemoteEPCExecutorInfo:
Collaboration graph
[legend]

Public Attributes

std::string TargetTriple
 
uint64_t PageSize
 
StringMap< ExecutorAddrBootstrapSymbols
 

Detailed Description

Definition at line 45 of file SimpleRemoteEPCUtils.h.

Member Data Documentation

◆ BootstrapSymbols

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

Definition at line 48 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: