Home
last modified time | relevance | path

Searched refs:NoBitsSection (Results 1 – 11 of 11) sorted by relevance

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp44 ErrorOr<ELFYAML::NoBitsSection *> dumpNoBitsSection(const Elf_Shdr *Shdr);
124 ErrorOr<ELFYAML::NoBitsSection *> S = dumpNoBitsSection(&Sec); in dump()
344 ErrorOr<ELFYAML::NoBitsSection *>
346 auto S = make_unique<ELFYAML::NoBitsSection>(); in dumpNoBitsSection()
/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h115 struct NoBitsSection : Section { struct
117 NoBitsSection() : Section(SectionKind::NoBits) {} in NoBitsSection() function
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h307 struct NoBitsSection : Section { struct
308 NoBitsSection() : Section(ChunkKind::NoBits) {} in NoBitsSection() function
662 const NoBitsSection &S);
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp690 static void sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) { in sectionMapping()
752 Section.reset(new ELFYAML::NoBitsSection()); in mapping()
753 sectionMapping(IO, *cast<ELFYAML::NoBitsSection>(Section.get())); in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h255 struct NoBitsSection : Section { struct
258 NoBitsSection() : Section(ChunkKind::NoBits) {} in NoBitsSection() argument
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp237 const ELFYAML::NoBitsSection &Section,
731 if (!isa<ELFYAML::NoBitsSection>(Sec) && (Sec->Content || Sec->Size)) in initSectionHeaders()
748 } else if (auto S = dyn_cast<ELFYAML::NoBitsSection>(Sec)) { in initSectionHeaders()
1139 ArrayRef<ELFYAML::ProgramHeader> Phdrs, const ELFYAML::NoBitsSection &S) { in shouldAllocateFileSpace()
1154 const ELFYAML::NoBitsSection &S, in writeSectionContent()
DELFYAML.cpp1197 static void sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) { in sectionMapping()
1361 Section.reset(new ELFYAML::NoBitsSection()); in mapping()
1362 sectionMapping(IO, *cast<ELFYAML::NoBitsSection>(Section.get())); in mapping()
1490 if (const auto *NB = dyn_cast<ELFYAML::NoBitsSection>(C.get())) { in validate()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp91 Expected<ELFYAML::NoBitsSection *> dumpNoBitsSection(const Elf_Shdr *Shdr);
266 *cast<ELFYAML::NoBitsSection>(&Sec))) in dumpSectionOffsets()
1168 Expected<ELFYAML::NoBitsSection *>
1170 auto S = std::make_unique<ELFYAML::NoBitsSection>(); in dumpNoBitsSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1074 static void sectionMapping(IO &IO, ELFYAML::NoBitsSection &Section) { in sectionMapping()
1221 Section.reset(new ELFYAML::NoBitsSection()); in mapping()
1222 sectionMapping(IO, *cast<ELFYAML::NoBitsSection>(Section.get())); in mapping()
DELFEmitter.cpp467 } else if (auto S = dyn_cast<ELFYAML::NoBitsSection>(Sec)) { in initSectionHeaders()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp248 } else if (auto S = dyn_cast<ELFYAML::NoBitsSection>(Sec.get())) { in initSectionHeaders()