Home
last modified time | relevance | path

Searched refs:NSectionFlags (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DXCOFFYAML.cpp153 struct NSectionFlags { struct
154 NSectionFlags(IO &) : Flags(XCOFF::SectionTypeFlags(0)) {} in NSectionFlags() argument
155 NSectionFlags(IO &, uint32_t C) : Flags(XCOFF::SectionTypeFlags(C)) {} in NSectionFlags() function
214 MappingNormalization<NSectionFlags, uint32_t> NC(IO, Sec.Flags); in mapping()