Searched refs:RawContentSection (Results 1 - 4 of 4) sorted by relevance

/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp39 ErrorOr<ELFYAML::RawContentSection *>
91 ErrorOr<ELFYAML::RawContentSection *> S = dumpContentSection(&Sec);
261 ErrorOr<ELFYAML::RawContentSection *>
263 auto S = make_unique<ELFYAML::RawContentSection>();
/external/llvm/include/llvm/Object/
H A DELFYAML.h85 struct RawContentSection : Section { struct in namespace:llvm::ELFYAML
88 RawContentSection() : Section(SectionKind::RawContent) {} function in struct:llvm::ELFYAML::RawContentSection
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp133 const ELFYAML::RawContentSection &Section,
213 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec.get()))
316 const ELFYAML::RawContentSection &Section,
/external/llvm/lib/Object/
H A DELFYAML.cpp681 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) {
710 Section.reset(new ELFYAML::RawContentSection());
711 sectionMapping(IO, *cast<ELFYAML::RawContentSection>(Section.get()));
717 const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(Section.get());

Completed in 588 milliseconds