Searched refs:SectionDataEntry (Results 1 – 3 of 3) sorted by relevance
70 struct SectionDataEntry { struct88 std::vector<SectionDataEntry> StructuredData; argument132 LLVM_YAML_IS_SEQUENCE_VECTOR(COFFYAML::SectionDataEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()273 template <> struct MappingTraits<COFFYAML::SectionDataEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()274 static void mapping(IO &IO, COFFYAML::SectionDataEntry &Sec); in LLVM_YAML_IS_SEQUENCE_VECTOR()
587 size_t COFFYAML::SectionDataEntry::size() const { in size()605 void COFFYAML::SectionDataEntry::writeAsBinary(raw_ostream &OS) const { in writeAsBinary()
657 void MappingTraits<COFFYAML::SectionDataEntry>::mapping( in mapping()658 IO &IO, COFFYAML::SectionDataEntry &E) { in mapping()