Searched refs:SymbolNames (Results 1 – 5 of 5) sorted by relevance
36 std::vector<std::string> SymbolNames; member in __anona642e3200111::ELFDumper165 if (!SymbolNames[Index].empty()) in getUniquedSymbolName()166 return SymbolNames[Index]; in getUniquedSymbolName()170 SymbolNames[Index] = in getUniquedSymbolName()173 SymbolNames[Index] = std::string(Name); in getUniquedSymbolName()174 return SymbolNames[Index]; in getUniquedSymbolName()653 SymbolNames.resize(SymTable.size()); in dumpSymbols()
758 if (ToRemove(SymbolNames)) { in removeSectionReferences()764 SymbolNames->Name.data(), this->Name.data()); in removeSectionReferences()765 SymbolNames = nullptr; in removeSectionReferences()818 SymbolNames == nullptr ? 0 : SymbolNames->findIndex(Sym->Name); in finalize()823 Link = SymbolNames == nullptr ? 0 : SymbolNames->Index; in finalize()838 if (SymbolNames != nullptr) in prepareForLayout()840 SymbolNames->addString(Sym->Name); in prepareForLayout()
679 void setStrTab(StringTableSection *StrTab) { SymbolNames = StrTab; } in setStrTab()684 StringTableSection *SymbolNames = nullptr; variable703 const SectionBase *getStrTab() const { return SymbolNames; } in getStrTab()
78 auto SymbolNames = getSymbolTypeNames(); in enumeration() local79 for (const auto &E : SymbolNames) in enumeration()
506 StringSet<> SymbolNames; in parseLinkingSectionSymtab() local707 !SymbolNames.insert(Info.Name).second) in parseLinkingSectionSymtab()