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

#include "llvm/ExecutionEngine/Orc/MachOPlatform.h"

Public Attributes

size_t PageSize = 0
 
uint32_t CPUType = 0
 
uint32_t CPUSubType = 0
 

Detailed Description

Definition at line 422 of file MachOPlatform.h.

Member Data Documentation

◆ CPUSubType

uint32_t llvm::orc::MachOHeaderInfo::CPUSubType = 0

Definition at line 425 of file MachOPlatform.h.

◆ CPUType

uint32_t llvm::orc::MachOHeaderInfo::CPUType = 0

Definition at line 424 of file MachOPlatform.h.

◆ PageSize

size_t llvm::orc::MachOHeaderInfo::PageSize = 0

Definition at line 423 of file MachOPlatform.h.


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