Searched refs:DataRegion (Results 1 – 2 of 2) sorted by relevance
99 template <class T> struct DataRegion { struct102 DataRegion(ArrayRef<T> Arr) : First(Arr.data()), Size(Arr.size()) {} in DataRegion() argument106 DataRegion(const T *Data, const uint8_t *BufferEnd) in DataRegion() function482 DataRegion<Elf_Word> ShndxTable) const;485 DataRegion<Elf_Word> ShndxTable) const;488 DataRegion<Elf_Word> ShndxTable) const;542 DataRegion<typename ELFT::Word> ShndxTable) { in getExtendedSymbolTableIndex()560 DataRegion<Elf_Word> ShndxTable) const { in getSectionIndex()577 DataRegion<Elf_Word> ShndxTable) const { in getSection()587 DataRegion<Elf_Word> ShndxTable) const { in getSection()
305 DataRegion<Elf_Word> ShndxTable,402 DataRegion<Elf_Word> ShndxTable,407 DataRegion<Elf_Word> ShndxTable) const;561 DataRegion<Elf_Word> ShndxTable = in printSymbolsHelper()562 IsDynamic ? DataRegion<Elf_Word>( in printSymbolsHelper()565 : DataRegion<Elf_Word>(this->getShndxTable(SymtabSec)); in printSymbolsHelper()668 DataRegion<Elf_Word> ShndxTable, StringRef StrTable,674 DataRegion<Elf_Word> ShndxTable,682 DataRegion<Elf_Word> ShndxTable,729 DataRegion<Elf_Word> ShndxTable) const;[all …]