Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp42 ErrorOr<ELFYAML::RawContentSection *>
128 ErrorOr<ELFYAML::RawContentSection *> S = dumpContentSection(&Sec); in dump()
324 ErrorOr<ELFYAML::RawContentSection *>
326 auto S = make_unique<ELFYAML::RawContentSection>(); in dumpContentSection()
/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h106 struct RawContentSection : Section { struct
109 RawContentSection() : Section(SectionKind::RawContent) {} in RawContentSection() argument
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp131 const ELFYAML::RawContentSection &Section,
216 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec.get())) in initSectionHeaders()
343 const ELFYAML::RawContentSection &Section, in writeSectionContent()
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp684 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping()
762 Section.reset(new ELFYAML::RawContentSection()); in mapping()
763 sectionMapping(IO, *cast<ELFYAML::RawContentSection>(Section.get())); in mapping()
769 const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(Section.get()); in validate()