Searched refs:VerdefEntry (Results 1 – 4 of 4) sorted by relevance
552 struct VerdefEntry { struct561 Optional<std::vector<VerdefEntry>> Entries; argument746 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::VerdefEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()918 template <> struct MappingTraits<ELFYAML::VerdefEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()919 static void mapping(IO &IO, ELFYAML::VerdefEntry &E); in LLVM_YAML_IS_SEQUENCE_VECTOR()
1822 void MappingTraits<ELFYAML::VerdefEntry>::mapping(IO &IO, in mapping()1823 ELFYAML::VerdefEntry &E) { in mapping()
1527 const ELFYAML::VerdefEntry &E = (*Section.Entries)[I]; in writeSectionContent()1900 for (const ELFYAML::VerdefEntry &E : *VerDef->Entries) in finalizeStrings()
1362 ELFYAML::VerdefEntry Entry; in dumpVerdefSection()