Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h150 struct SectionOrType { struct
592 std::optional<std::vector<SectionOrType>> Members;
770 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionOrType) in LLVM_YAML_IS_SEQUENCE_VECTOR()
991 template <> struct MappingTraits<ELFYAML::SectionOrType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
992 static void mapping(IO &IO, ELFYAML::SectionOrType &sectionOrType); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1505 void MappingTraits<ELFYAML::SectionOrType>::mapping( in mapping()
1506 IO &IO, ELFYAML::SectionOrType &sectionOrType) { in mapping()
H A DELFEmitter.cpp1354 for (const ELFYAML::SectionOrType &Member : *Section.Members) { in writeSectionContent()