Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCOFFYAML.cpp368 struct NHeaderCharacteristics { struct
369 NHeaderCharacteristics(IO &) : Characteristics(COFF::Characteristics(0)) {} in NHeaderCharacteristics() argument
370 NHeaderCharacteristics(IO &, uint16_t C) in NHeaderCharacteristics() argument
492 MappingNormalization<NHeaderCharacteristics, uint16_t> NC(IO, in mapping()