Home
last modified time | relevance | path

Searched refs:sectionOrType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h1009 static void mapping(IO &IO, ELFYAML::SectionOrType &sectionOrType); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1524 IO &IO, ELFYAML::SectionOrType &sectionOrType) { in mapping() argument
1525 IO.mapRequired("SectionOrType", sectionOrType.sectionNameOrType); in mapping()