LLVM 22.0.0git
llvm::XCOFF::CsectProperties Struct Reference

#include "llvm/BinaryFormat/XCOFF.h"

Public Member Functions

 CsectProperties (StorageMappingClass SMC, SymbolType ST)

Public Attributes

StorageMappingClass MappingClass
SymbolType Type

Detailed Description

Definition at line 499 of file XCOFF.h.

Constructor & Destructor Documentation

◆ CsectProperties()

llvm::XCOFF::CsectProperties::CsectProperties ( StorageMappingClass SMC,
SymbolType ST )
inline

Definition at line 500 of file XCOFF.h.

References MappingClass, and Type.

Member Data Documentation

◆ MappingClass

StorageMappingClass llvm::XCOFF::CsectProperties::MappingClass

Definition at line 502 of file XCOFF.h.

Referenced by CsectProperties(), and llvm::MCContext::hasXCOFFSection().

◆ Type

SymbolType llvm::XCOFF::CsectProperties::Type

Definition at line 503 of file XCOFF.h.

Referenced by CsectProperties().


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