Home
last modified time | relevance | path

Searched refs:SectionDataEntry (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h70 struct SectionDataEntry { struct
88 std::vector<SectionDataEntry> StructuredData; argument
132 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()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFEmitter.cpp593 size_t COFFYAML::SectionDataEntry::size() const { in size()
611 void COFFYAML::SectionDataEntry::writeAsBinary(raw_ostream &OS) const { in writeAsBinary()
H A DCOFFYAML.cpp634 void MappingTraits<COFFYAML::SectionDataEntry>::mapping( in mapping()
635 IO &IO, COFFYAML::SectionDataEntry &E) { in mapping()