Home
last modified time | relevance | path

Searched defs:NListEntry (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h83 struct NListEntry { struct
84 uint32_t n_strx;
85 llvm::yaml::Hex8 n_type;
86 uint8_t n_sect;
87 uint16_t n_desc;
88 uint64_t n_value;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp195 IO &IO, MachOYAML::NListEntry &NListEntry) { in mapping()