Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp369 struct NHeaderCharacteristics { struct
370 NHeaderCharacteristics(IO &) : Characteristics(COFF::Characteristics(0)) {} in NHeaderCharacteristics() argument
371 NHeaderCharacteristics(IO &, uint16_t C) in NHeaderCharacteristics() function
493 MappingNormalization<NHeaderCharacteristics, uint16_t> NC(IO, in mapping()