Searched refs:ShndxTables (Results 1 – 2 of 2) sorted by relevance
188 ShndxTables; variable306 ShndxTables.insert({&Sections[SymtabNdx], *ShndxTable}); in prepare()497 auto ShndxTable = ShndxTables.find(SymTabSec); in graphifySymbols()498 if (ShndxTable == ShndxTables.end()) in graphifySymbols()
394 DenseMap<const Elf_Shdr *, ArrayRef<Elf_Word>> ShndxTables; member in __anonbcadc77c0111::ELFDumper928 auto It = ShndxTables.find(Symtab); in getShndxTable()929 if (It != ShndxTables.end()) in getShndxTable()2019 if (!ShndxTables.insert({&Sections[SymtabNdx], *ShndxTableOrErr}) in ELFDumper()