Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp372 struct NHeaderCharacteristics { struct
373 NHeaderCharacteristics(IO &) : Characteristics(COFF::Characteristics(0)) {} in NHeaderCharacteristics() argument
374 NHeaderCharacteristics(IO &, uint16_t C) in NHeaderCharacteristics() function
498 MappingNormalization<NHeaderCharacteristics, uint16_t> NC(IO, in mapping()