Searched refs:VerdefEntry (Results 1 – 7 of 7) sorted by relevance
396 struct VerdefEntry { struct405 Optional<std::vector<VerdefEntry>> Entries; argument521 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::VerdefEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()668 template <> struct MappingTraits<ELFYAML::VerdefEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()669 static void mapping(IO &IO, ELFYAML::VerdefEntry &E); in LLVM_YAML_IS_SEQUENCE_VECTOR()
490 struct VerdefEntry { struct499 Optional<std::vector<VerdefEntry>> Entries; argument678 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::VerdefEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()851 template <> struct MappingTraits<ELFYAML::VerdefEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()852 static void mapping(IO &IO, ELFYAML::VerdefEntry &E); in LLVM_YAML_IS_SEQUENCE_VECTOR()
1521 void MappingTraits<ELFYAML::VerdefEntry>::mapping(IO &IO, in mapping()1522 ELFYAML::VerdefEntry &E) { in mapping()
1030 const ELFYAML::VerdefEntry &E = (*Section.Entries)[I]; in writeSectionContent()1394 for (const ELFYAML::VerdefEntry &E : *VerDef->Entries) in finalizeStrings()
1580 void MappingTraits<ELFYAML::VerdefEntry>::mapping(IO &IO, in mapping()1581 ELFYAML::VerdefEntry &E) { in mapping()
1490 const ELFYAML::VerdefEntry &E = (*Section.Entries)[I]; in writeSectionContent()1881 for (const ELFYAML::VerdefEntry &E : *VerDef->Entries) in finalizeStrings()
1336 ELFYAML::VerdefEntry Entry; in dumpVerdefSection()