Searched refs:ShndxTables (Results 1 – 2 of 2) sorted by relevance
187 ShndxTables; variable305 ShndxTables.insert({&Sections[SymtabNdx], *ShndxTable}); in prepare()496 auto ShndxTable = ShndxTables.find(SymTabSec); in graphifySymbols()497 if (ShndxTable == ShndxTables.end()) in graphifySymbols()
393 DenseMap<const Elf_Shdr *, ArrayRef<Elf_Word>> ShndxTables; member in __anonbcadc77c0111::ELFDumper927 auto It = ShndxTables.find(Symtab); in getShndxTable()928 if (It != ShndxTables.end()) in getShndxTable()1962 if (!ShndxTables.insert({&Sections[SymtabNdx], *ShndxTableOrErr}) in ELFDumper()