Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h84 struct NListEntry { struct
85 uint32_t n_strx;
86 llvm::yaml::Hex8 n_type;
87 uint8_t n_sect;
88 uint16_t n_desc;
89 uint64_t n_value;
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp204 IO &IO, MachOYAML::NListEntry &NListEntry) { in mapping()