Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELF.h278 Expected<StringRef> getSectionStringTable(
484 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable() function
689 auto Table = getSectionStringTable(*SectionsOrErr, WarnHandler); in getSectionName()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELF.h430 Expected<StringRef> getSectionStringTable(
717 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable() function
1279 auto Table = getSectionStringTable(*SectionsOrErr, WarnHandler); in getSectionName()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELF.h430 Expected<StringRef> getSectionStringTable(
717 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable() function
1279 auto Table = getSectionStringTable(*SectionsOrErr, WarnHandler); in getSectionName()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELF.h430 Expected<StringRef> getSectionStringTable(
717 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable() function
1279 auto Table = getSectionStringTable(*SectionsOrErr, WarnHandler); in getSectionName()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELF.h430 Expected<StringRef> getSectionStringTable(
717 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable() function
1279 auto Table = getSectionStringTable(*SectionsOrErr, WarnHandler); in getSectionName()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELF.h369 Expected<StringRef> getSectionStringTable(
638 ELFFile<ELFT>::getSectionStringTable(Elf_Shdr_Range Sections, in getSectionStringTable() function
1200 auto Table = getSectionStringTable(*SectionsOrErr, WarnHandler); in getSectionName()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h266 if (auto SectionStringTabOrErr = Obj.getSectionStringTable(Sections)) in prepare()