Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h83 struct SectionOrType { struct
126 std::vector<SectionOrType> Members;
182 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionOrType) in LLVM_YAML_IS_SEQUENCE_VECTOR()
312 template <> struct MappingTraits<ELFYAML::SectionOrType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
313 static void mapping(IO &IO, ELFYAML::SectionOrType &sectionOrType); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm/test/Object/
Dobj2yaml-sectiongroup.test11 #ELF-GROUP: - SectionOrType: GRP_COMDAT
12 #ELF-GROUP: - SectionOrType: .rodata.a
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp705 void MappingTraits<ELFYAML::SectionOrType>::mapping( in mapping()
706 IO &IO, ELFYAML::SectionOrType &sectionOrType) { in mapping()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp378 ELFYAML::SectionOrType s; in dumpGroup()