Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h645 struct ARMIndexTableSection : Section { struct
648 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjectYAML/
DELFYAML.h659 struct ARMIndexTableSection : Section { struct
662 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ObjectYAML/
DELFYAML.h671 struct ARMIndexTableSection : Section { struct
674 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ObjectYAML/
DELFYAML.h671 struct ARMIndexTableSection : Section { struct
674 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjectYAML/
DELFYAML.h671 struct ARMIndexTableSection : Section { struct
674 ARMIndexTableSection() : Section(ChunkKind::ARMIndexTable) {} in ARMIndexTableSection() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1493 static void sectionMapping(IO &IO, ELFYAML::ARMIndexTableSection &Section) { in sectionMapping()
1578 Section.reset(new ELFYAML::ARMIndexTableSection()); in mapping()
1579 sectionMapping(IO, *cast<ELFYAML::ARMIndexTableSection>(Section.get())); in mapping()
H A DELFEmitter.cpp272 const ELFYAML::ARMIndexTableSection &Section,
865 } else if (auto S = dyn_cast<ELFYAML::ARMIndexTableSection>(Sec)) { in initSectionHeaders()
1612 Elf_Shdr &SHeader, const ELFYAML::ARMIndexTableSection &Section, in writeSectionContent()