LLVM 22.0.0git
llvm::yaml::NSectionFlags Struct Reference

Public Member Functions

 NSectionFlags (IO &)
 NSectionFlags (IO &, uint32_t C)
uint32_t denormalize (IO &)

Public Attributes

XCOFF::SectionTypeFlags Flags

Detailed Description

Definition at line 182 of file XCOFFYAML.cpp.

Constructor & Destructor Documentation

◆ NSectionFlags() [1/2]

llvm::yaml::NSectionFlags::NSectionFlags ( IO & )
inline

Definition at line 183 of file XCOFFYAML.cpp.

References Flags.

◆ NSectionFlags() [2/2]

llvm::yaml::NSectionFlags::NSectionFlags ( IO & ,
uint32_t C )
inline

Definition at line 184 of file XCOFFYAML.cpp.

References llvm::CallingConv::C, and Flags.

Member Function Documentation

◆ denormalize()

uint32_t llvm::yaml::NSectionFlags::denormalize ( IO & )
inline

Definition at line 186 of file XCOFFYAML.cpp.

References Flags.

Member Data Documentation

◆ Flags

XCOFF::SectionTypeFlags llvm::yaml::NSectionFlags::Flags

Definition at line 188 of file XCOFFYAML.cpp.

Referenced by denormalize(), NSectionFlags(), and NSectionFlags().


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