Searched refs:RawContentSection (Results 1 – 11 of 11) sorted by relevance
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 42 ErrorOr<ELFYAML::RawContentSection *> 131 ErrorOr<ELFYAML::RawContentSection *> S = dumpContentSection(&Sec); in dump() 327 ErrorOr<ELFYAML::RawContentSection *> 329 auto S = make_unique<ELFYAML::RawContentSection>(); in dumpContentSection()
|
/external/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 106 struct RawContentSection : Section { struct 109 RawContentSection() : Section(SectionKind::RawContent) {} in RawContentSection() argument
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 87 Expected<ELFYAML::RawContentSection *> 106 Expected<ELFYAML::RawContentSection *> 207 if (const ELFYAML::RawContentSection *RawSec = in shouldPrintSection() 208 dyn_cast<const ELFYAML::RawContentSection>(&S)) { in shouldPrintSection() 490 if (ELFYAML::RawContentSection *RawSec = in dumpDWARFSections() 491 dyn_cast<ELFYAML::RawContentSection>(C.get())) { in dumpDWARFSections() 521 Expected<ELFYAML::RawContentSection *> 523 auto S = std::make_unique<ELFYAML::RawContentSection>(); in dumpPlaceholderSection() 1127 Expected<ELFYAML::RawContentSection *> 1129 auto S = std::make_unique<ELFYAML::RawContentSection>(); in dumpContentSection()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 240 const ELFYAML::RawContentSection &Section, 604 if (YAMLSec && !isa<ELFYAML::RawContentSection>(YAMLSec)) in initImplicitHeader() 716 if (auto RawSec = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders() 734 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders() 861 ELFYAML::RawContentSection *RawSec = in initSymtabSectionHeader() 862 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initSymtabSectionHeader() 947 ELFYAML::RawContentSection *RawSec = in initStrtabSectionHeader() 948 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initStrtabSectionHeader() 1011 ELFYAML::RawContentSection *RawSec = in initDWARFSectionHeader() 1012 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initDWARFSectionHeader() [all …]
|
D | ELFYAML.cpp | 1144 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping() 1434 Section = std::make_unique<ELFYAML::RawContentSection>(); in mapping() 1437 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Section.get())) in mapping() 1484 if (const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(C.get())) { in validate()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 131 const ELFYAML::RawContentSection &Section, 216 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec.get())) in initSectionHeaders() 343 const ELFYAML::RawContentSection &Section, in writeSectionContent()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFEmitter.cpp | 164 const ELFYAML::RawContentSection &Section, 446 if (auto RawSec = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders() 455 } else if (auto S = dyn_cast<ELFYAML::RawContentSection>(Sec)) { in initSectionHeaders() 573 ELFYAML::RawContentSection *RawSec = in initSymtabSectionHeader() 574 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initSymtabSectionHeader() 653 ELFYAML::RawContentSection *RawSec = in initStrtabSectionHeader() 654 dyn_cast_or_null<ELFYAML::RawContentSection>(YAMLSec); in initStrtabSectionHeader() 771 Elf_Shdr &SHeader, const ELFYAML::RawContentSection &Section, in writeSectionContent()
|
D | ELFYAML.cpp | 1036 static void sectionMapping(IO &IO, ELFYAML::RawContentSection &Section) { in sectionMapping() 1289 Section = std::make_unique<ELFYAML::RawContentSection>(); in mapping() 1292 if (auto S = dyn_cast<ELFYAML::RawContentSection>(Section.get())) in mapping() 1301 if (const auto *RawSection = dyn_cast<ELFYAML::RawContentSection>(C.get())) { in validate()
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 684 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 243 struct RawContentSection : Section { struct 248 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 294 struct RawContentSection : Section { struct 297 RawContentSection() : Section(ChunkKind::RawContent) {} in RawContentSection() argument
|