LLVM 19.0.0git
Public Attributes | List of all members
llvm::MachObjectWriter::DataRegionData Struct Reference

#include "llvm/MC/MCMachObjectWriter.h"

Public Attributes

MachO::DataRegionType Kind
 
MCSymbolStart
 
MCSymbolEnd
 

Detailed Description

Definition at line 85 of file MCMachObjectWriter.h.

Member Data Documentation

◆ End

MCSymbol* llvm::MachObjectWriter::DataRegionData::End

Definition at line 88 of file MCMachObjectWriter.h.

◆ Kind

MachO::DataRegionType llvm::MachObjectWriter::DataRegionData::Kind

Definition at line 86 of file MCMachObjectWriter.h.

◆ Start

MCSymbol* llvm::MachObjectWriter::DataRegionData::Start

Definition at line 87 of file MCMachObjectWriter.h.


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