Home
last modified time | relevance | path

Searched refs:GnuHashSection (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h304 struct GnuHashSection : Section { struct
312 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1066 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping()
1236 Section.reset(new ELFYAML::GnuHashSection()); in mapping()
1237 sectionMapping(IO, *cast<ELFYAML::GnuHashSection>(Section.get())); in mapping()
1396 if (const auto *Sec = dyn_cast<ELFYAML::GnuHashSection>(C.get())) { in validate()
H A DELFEmitter.cpp205 const ELFYAML::GnuHashSection &Section,
491 } else if (auto S = dyn_cast<ELFYAML::GnuHashSection>(Sec)) { in initSectionHeaders()
1248 const ELFYAML::GnuHashSection &Section, in writeSectionContent()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h431 struct GnuHashSection : Section { struct
437 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DELFYAML.h445 struct GnuHashSection : Section { struct
451 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DELFYAML.h457 struct GnuHashSection : Section { struct
463 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DELFYAML.h457 struct GnuHashSection : Section { struct
463 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DELFYAML.h457 struct GnuHashSection : Section { struct
463 GnuHashSection() : Section(ChunkKind::GnuHash) {} in GnuHashSection() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1402 static void sectionMapping(IO &IO, ELFYAML::GnuHashSection &Section) { in sectionMapping()
1622 Section.reset(new ELFYAML::GnuHashSection()); in mapping()
1623 sectionMapping(IO, *cast<ELFYAML::GnuHashSection>(Section.get())); in mapping()
H A DELFEmitter.cpp296 const ELFYAML::GnuHashSection &Section,
889 } else if (auto S = dyn_cast<ELFYAML::GnuHashSection>(Sec)) { in initSectionHeaders()
1721 const ELFYAML::GnuHashSection &Section, in writeSectionContent()