Home
last modified time | relevance | path

Searched refs:HashSection (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h273 struct HashSection : Section { struct
279 HashSection() : Section(ChunkKind::Hash) {} in HashSection() argument
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h325 struct HashSection : Section { struct
338 HashSection() : Section(ChunkKind::Hash) {} in HashSection() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1050 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()
1226 Section.reset(new ELFYAML::HashSection()); in mapping()
1227 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()
1330 if (const auto *HS = dyn_cast<ELFYAML::HashSection>(C.get())) { in validate()
DELFEmitter.cpp196 const ELFYAML::HashSection &Section,
483 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()
983 const ELFYAML::HashSection &Section, in writeSectionContent()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp92 Expected<ELFYAML::HashSection *> dumpHashSection(const Elf_Shdr *Shdr);
1215 Expected<ELFYAML::HashSection *>
1217 auto S = std::make_unique<ELFYAML::HashSection>(); in dumpHashSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1171 static void sectionMapping(IO &IO, ELFYAML::HashSection &Section) { in sectionMapping()
1366 Section.reset(new ELFYAML::HashSection()); in mapping()
1367 sectionMapping(IO, *cast<ELFYAML::HashSection>(Section.get())); in mapping()
DELFEmitter.cpp279 const ELFYAML::HashSection &Section,
760 } else if (auto S = dyn_cast<ELFYAML::HashSection>(Sec)) { in initSectionHeaders()
1443 const ELFYAML::HashSection &Section, in writeSectionContent()