Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFYAML.h242 static void mapping(IO &IO, ELFYAML::SectionOrType &sectionOrType); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm/lib/Object/
DELFYAML.cpp530 IO &IO, ELFYAML::SectionOrType &sectionOrType) { in mapping() argument
531 IO.mapRequired("SectionOrType", sectionOrType.sectionNameOrType); in mapping()