Searched refs:SymbolNames (Results 1 – 4 of 4) sorted by relevance
756 if (ToRemove(SymbolNames)) { in removeSectionReferences()762 SymbolNames->Name.data(), this->Name.data()); in removeSectionReferences()763 SymbolNames = nullptr; in removeSectionReferences()816 SymbolNames == nullptr ? 0 : SymbolNames->findIndex(Sym->Name); in finalize()821 Link = SymbolNames == nullptr ? 0 : SymbolNames->Index; in finalize()836 if (SymbolNames != nullptr) in prepareForLayout()838 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()