Home
last modified time | relevance | path

Searched refs:SymbolNames (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp756 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()
H A DObject.h679 void setStrTab(StringTableSection *StrTab) { SymbolNames = StrTab; } in setStrTab()
684 StringTableSection *SymbolNames = nullptr; variable
703 const SectionBase *getStrTab() const { return SymbolNames; } in getStrTab()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp78 auto SymbolNames = getSymbolTypeNames(); in enumeration() local
79 for (const auto &E : SymbolNames) in enumeration()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp506 StringSet<> SymbolNames; in parseLinkingSectionSymtab() local
707 !SymbolNames.insert(Info.Name).second) in parseLinkingSectionSymtab()