Searched refs:NListEntry (Results 1 – 2 of 2) sorted by relevance
67 struct NListEntry { struct106 std::vector<NListEntry> NameList;149 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MachOYAML::NListEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()204 template <> struct MappingTraits<MachOYAML::NListEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()205 static void mapping(IO &IO, MachOYAML::NListEntry &NListEntry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
193 void MappingTraits<MachOYAML::NListEntry>::mapping( in mapping()194 IO &IO, MachOYAML::NListEntry &NListEntry) { in mapping() argument195 IO.mapRequired("n_strx", NListEntry.n_strx); in mapping()196 IO.mapRequired("n_type", NListEntry.n_type); in mapping()197 IO.mapRequired("n_sect", NListEntry.n_sect); in mapping()198 IO.mapRequired("n_desc", NListEntry.n_desc); in mapping()199 IO.mapRequired("n_value", NListEntry.n_value); in mapping()