LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 472 of file XCOFF.h.

Constructor & Destructor Documentation

◆ CsectProperties()

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

Definition at line 473 of file XCOFF.h.

Member Data Documentation

◆ MappingClass

StorageMappingClass llvm::XCOFF::CsectProperties::MappingClass

Definition at line 475 of file XCOFF.h.

Referenced by llvm::MCContext::hasXCOFFSection().

◆ Type

SymbolType llvm::XCOFF::CsectProperties::Type

Definition at line 476 of file XCOFF.h.


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