Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Object/
DCOFFYAML.cpp214 struct NHeaderCharacteristics { struct
215 NHeaderCharacteristics(IO &) : Characteristics(COFF::Characteristics(0)) {} in NHeaderCharacteristics() argument
216 NHeaderCharacteristics(IO &, uint16_t C) in NHeaderCharacteristics() function
243 MappingNormalization<NHeaderCharacteristics, uint16_t> NC(IO, in mapping()