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()269 template <> struct MappingTraits<COFFYAML::SectionDataEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()270 static void mapping(IO &IO, COFFYAML::SectionDataEntry &Sec); in LLVM_YAML_IS_SEQUENCE_VECTOR()
593 size_t COFFYAML::SectionDataEntry::size() const { in size()611 void COFFYAML::SectionDataEntry::writeAsBinary(raw_ostream &OS) const { in writeAsBinary()
634 void MappingTraits<COFFYAML::SectionDataEntry>::mapping( in mapping()635 IO &IO, COFFYAML::SectionDataEntry &E) { in mapping()