Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h388 struct SymverSection : Section { struct
391 SymverSection() : Section(ChunkKind::Symver) {} in SymverSection() argument
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h478 struct SymverSection : Section { struct
481 SymverSection() : Section(ChunkKind::Symver) {} in SymverSection() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1086 static void sectionMapping(IO &IO, ELFYAML::SymverSection &Section) { in sectionMapping()
1251 Section.reset(new ELFYAML::SymverSection()); in mapping()
1252 sectionMapping(IO, *cast<ELFYAML::SymverSection>(Section.get())); in mapping()
DELFEmitter.cpp178 const ELFYAML::SymverSection &Section,
475 } else if (auto S = dyn_cast<ELFYAML::SymverSection>(Sec)) { in initSectionHeaders()
906 const ELFYAML::SymverSection &Section, in writeSectionContent()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp96 Expected<ELFYAML::SymverSection *> dumpSymverSection(const Elf_Shdr *Shdr);
1359 Expected<ELFYAML::SymverSection *>
1363 auto S = std::make_unique<ELFYAML::SymverSection>(); in dumpSymverSection()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1207 static void sectionMapping(IO &IO, ELFYAML::SymverSection &Section) { in sectionMapping()
1386 Section.reset(new ELFYAML::SymverSection()); in mapping()
1387 sectionMapping(IO, *cast<ELFYAML::SymverSection>(Section.get())); in mapping()
DELFEmitter.cpp255 const ELFYAML::SymverSection &Section,
752 } else if (auto S = dyn_cast<ELFYAML::SymverSection>(Sec)) { in initSectionHeaders()
1308 const ELFYAML::SymverSection &Section, in writeSectionContent()