Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFYAML.h76 struct SectionOrType { struct
105 std::vector<SectionOrType> Members;
141 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionOrType) in LLVM_YAML_IS_SEQUENCE_VECTOR()
241 template <> struct MappingTraits<ELFYAML::SectionOrType> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
242 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/Object/
DELFYAML.cpp529 void MappingTraits<ELFYAML::SectionOrType>::mapping( in mapping()
530 IO &IO, ELFYAML::SectionOrType &sectionOrType) { in mapping()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp305 ELFYAML::SectionOrType s; in dumpGroup()