HomeSort by relevance Sort by last modified time
    Searched refs:SectionOrType (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/ObjectYAML/
ELFYAML.h 83 struct SectionOrType {
126 std::vector<SectionOrType> Members;
182 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ELFYAML::SectionOrType)
312 template <> struct MappingTraits<ELFYAML::SectionOrType> {
313 static void mapping(IO &IO, ELFYAML::SectionOrType &sectionOrType);
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 705 void MappingTraits<ELFYAML::SectionOrType>::mapping(
706 IO &IO, ELFYAML::SectionOrType &sectionOrType) {
707 IO.mapRequired("SectionOrType", sectionOrType.sectionNameOrType);
  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 378 ELFYAML::SectionOrType s;

Completed in 62 milliseconds