LLVM 22.0.0git
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 425 of file MachOPlatform.h.

Member Data Documentation

◆ CPUSubType

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

Definition at line 428 of file MachOPlatform.h.

◆ CPUType

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

Definition at line 427 of file MachOPlatform.h.

◆ PageSize

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

Definition at line 426 of file MachOPlatform.h.


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