Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h150 struct SectionOrType { struct
604 std::optional<std::vector<SectionOrType>> Members;
783 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionOrType) in LLVM_YAML_IS_SEQUENCE_VECTOR()
1008 template <> struct MappingTraits<ELFYAML::SectionOrType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
1009 static void mapping(IO &IO, ELFYAML::SectionOrType &sectionOrType); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1523 void MappingTraits<ELFYAML::SectionOrType>::mapping( in mapping()
1524 IO &IO, ELFYAML::SectionOrType &sectionOrType) { in mapping()
H A DELFEmitter.cpp1402 for (const ELFYAML::SectionOrType &Member : *Section.Members) { in writeSectionContent()