Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h149 struct SectionOrType { struct
574 Optional<std::vector<SectionOrType>> Members;
747 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionOrType) in LLVM_YAML_IS_SEQUENCE_VECTOR()
953 template <> struct MappingTraits<ELFYAML::SectionOrType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
954 static void mapping(IO &IO, ELFYAML::SectionOrType &sectionOrType); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1401 void MappingTraits<ELFYAML::SectionOrType>::mapping( in mapping()
1402 IO &IO, ELFYAML::SectionOrType &sectionOrType) { in mapping()
H A DELFEmitter.cpp1353 for (const ELFYAML::SectionOrType &Member : *Section.Members) { in writeSectionContent()