Home
last modified time | relevance | path

Searched refs:ShndxTables (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp49 DenseMap<const Elf_Shdr *, ArrayRef<Elf_Word>> ShndxTables; member in __anona642e3200111::ELFDumper
153 Obj.getSection(*Sym, SymTab, ShndxTables.lookup(SymTab)); in getUniquedSymbolName()
317 if (!ShndxTables.insert({LinkedSymTab, *TableOrErr}).second) in dump()
689 auto ShdrOrErr = Obj.getSection(*Sym, SymTab, ShndxTables.lookup(SymTab)); in dumpSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp354 DenseMap<const Elf_Shdr *, ArrayRef<Elf_Word>> ShndxTables; member in __anond60e1ac70111::ELFDumper
812 auto It = ShndxTables.find(Symtab); in getShndxTable()
813 if (It != ShndxTables.end()) in getShndxTable()
1809 if (!ShndxTables.insert({&Sections[SymtabNdx], *ShndxTableOrErr}) in ELFDumper()