Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp41 ErrorOr<ELFYAML::RawContentSection *>
100 ErrorOr<ELFYAML::RawContentSection *> S = dumpContentSection(&Sec); in dump()
270 ErrorOr<ELFYAML::RawContentSection *>
272 auto S = make_unique<ELFYAML::RawContentSection>(); in dumpContentSection()
/external/llvm/include/llvm/Object/
DELFYAML.h93 struct RawContentSection : Section { struct
96 RawContentSection() : Section(SectionKind::RawContent) {} in RawContentSection() argument
/external/llvm/lib/Object/
DELFYAML.cpp513 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping()
556 Section.reset(new ELFYAML::RawContentSection()); in mapping()
557 sectionMapping(IO, *cast<ELFYAML::RawContentSection>(Section.get())); in mapping()
563 const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(Section.get()); in validate()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp129 const ELFYAML::RawContentSection &Section,
211 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec.get())) in initSectionHeaders()
324 const ELFYAML::RawContentSection &Section, in writeSectionContent()