LLVM 22.0.0git
llvm::MachObjectWriter::DataRegionData Struct Reference

#include "llvm/MC/MCMachObjectWriter.h"

Public Attributes

MachO::DataRegionType Kind
MCSymbolStart
MCSymbolEnd

Detailed Description

Definition at line 90 of file MCMachObjectWriter.h.

Member Data Documentation

◆ End

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

Definition at line 93 of file MCMachObjectWriter.h.

◆ Kind

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

Definition at line 91 of file MCMachObjectWriter.h.

◆ Start

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

Definition at line 92 of file MCMachObjectWriter.h.


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