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

  /external/llvm/tools/obj2yaml/
elf2yaml.cpp 42 ErrorOr<ELFYAML::RawContentSection *>
128 ErrorOr<ELFYAML::RawContentSection *> S = dumpContentSection(&Sec);
324 ErrorOr<ELFYAML::RawContentSection *>
326 auto S = make_unique<ELFYAML::RawContentSection>();
  /external/llvm/include/llvm/ObjectYAML/
ELFYAML.h 106 struct RawContentSection : Section {
109 RawContentSection() : Section(SectionKind::RawContent) {}
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 131 const ELFYAML::RawContentSection &Section,
216 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec.get()))
343 const ELFYAML::RawContentSection &Section,
  /external/llvm/lib/ObjectYAML/
ELFYAML.cpp 684 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) {
762 Section.reset(new ELFYAML::RawContentSection());
763 sectionMapping(IO, *cast<ELFYAML::RawContentSection>(Section.get()));
769 const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(Section.get());

Completed in 115 milliseconds