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

◆ NSectionFlags() [2/2]

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

Definition at line 184 of file XCOFFYAML.cpp.

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().


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