Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h60 struct NListEntry { struct
61 uint32_t n_strx;
62 uint8_t n_type;
63 uint8_t n_sect;
64 uint16_t n_desc;
65 uint64_t n_value;
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp175 IO &IO, MachOYAML::NListEntry &NListEntry) { in mapping()