Home
last modified time | relevance | path

Searched defs:ShndxTable (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELF.h321 ArrayRef<typename ELFT::Word> ShndxTable) { in getExtendedSymbolTableIndex()
337 ArrayRef<Elf_Word> ShndxTable) const { in getSectionIndex()
354 ArrayRef<Elf_Word> ShndxTable) const { in getSection()
364 ArrayRef<Elf_Word> ShndxTable) const { in getSection()
H A DELFObjectFile.h256 ArrayRef<Elf_Word> ShndxTable; variable
960 ArrayRef<Elf_Word> ShndxTable; in create() local
990 ArrayRef<Elf_Word> ShndxTable) in ELFObjectFile()
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DELF.h214 ArrayRef<Elf_Word> ShndxTable) const { in getExtendedSymbolTableIndex()
221 ArrayRef<Elf_Word> ShndxTable) const { in getExtendedSymbolTableIndex()
232 ArrayRef<Elf_Word> ShndxTable) const { in getSection()
H A DELFObjectFile.h206 ArrayRef<Elf_Word> ShndxTable; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELF.h494 DataRegion<typename ELFT::Word> ShndxTable) { in getExtendedSymbolTableIndex()
512 DataRegion<Elf_Word> ShndxTable) const { in getSectionIndex()
529 DataRegion<Elf_Word> ShndxTable) const { in getSection()
539 DataRegion<Elf_Word> ShndxTable) const { in getSection()
DELFObjectFile.h605 ArrayRef<Elf_Word> ShndxTable; in getSymbolAddress() local
813 ArrayRef<Elf_Word> ShndxTable; in getSymbolSection() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELF.h494 DataRegion<typename ELFT::Word> ShndxTable) { in getExtendedSymbolTableIndex()
512 DataRegion<Elf_Word> ShndxTable) const { in getSectionIndex()
529 DataRegion<Elf_Word> ShndxTable) const { in getSection()
539 DataRegion<Elf_Word> ShndxTable) const { in getSection()
DELFObjectFile.h610 ArrayRef<Elf_Word> ShndxTable; in getSymbolAddress() local
822 ArrayRef<Elf_Word> ShndxTable; in getSymbolSection() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELF.h494 DataRegion<typename ELFT::Word> ShndxTable) { in getExtendedSymbolTableIndex()
512 DataRegion<Elf_Word> ShndxTable) const { in getSectionIndex()
529 DataRegion<Elf_Word> ShndxTable) const { in getSection()
539 DataRegion<Elf_Word> ShndxTable) const { in getSection()
DELFObjectFile.h632 ArrayRef<Elf_Word> ShndxTable; in getSymbolAddress() local
843 ArrayRef<Elf_Word> ShndxTable; in getSymbolSection() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELF.h494 DataRegion<typename ELFT::Word> ShndxTable) { in getExtendedSymbolTableIndex()
512 DataRegion<Elf_Word> ShndxTable) const { in getSectionIndex()
529 DataRegion<Elf_Word> ShndxTable) const { in getSection()
539 DataRegion<Elf_Word> ShndxTable) const { in getSection()
DELFObjectFile.h610 ArrayRef<Elf_Word> ShndxTable; in getSymbolAddress() local
822 ArrayRef<Elf_Word> ShndxTable; in getSymbolSection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELF.h415 DataRegion<typename ELFT::Word> ShndxTable) { in getExtendedSymbolTableIndex()
433 DataRegion<Elf_Word> ShndxTable) const { in getSectionIndex()
450 DataRegion<Elf_Word> ShndxTable) const { in getSection()
460 DataRegion<Elf_Word> ShndxTable) const { in getSection()
H A DELFObjectFile.h593 ArrayRef<Elf_Word> ShndxTable; in getSymbolAddress() local
790 ArrayRef<Elf_Word> ShndxTable; in getSymbolSection() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h287 auto ShndxTable = Obj.getSHNDXTable(Sec); in prepare() local
454 auto ShndxTable = ShndxTables.find(SymTabSec); in graphifySymbols() local
/aosp_15_r20/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp29 ArrayRef<Elf_Word> ShndxTable; member in __anonb14e764d0111::ELFDumper
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h317 ArrayRef<Elf_Word> ShndxTable; variable
H A DELFDumper.cpp192 ArrayRef<Elf_Word> ShndxTable; member in __anoncf45b2140111::ELFDumper
712 ArrayRef<typename ELFO::Elf_Word> ShndxTable, in getSectionNameIndex()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObject.h706 void setShndxTable(SectionIndexSection *ShndxTable) { in setShndxTable()