Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp432 if (SymbolNames == Sec) { in removeSectionReferences()
433 error("String table " + SymbolNames->Name + in removeSectionReferences()
471 SymbolNames->finalize(); in finalize()
475 Sym->NameIndex = SymbolNames->findIndex(Sym->Name); in finalize()
480 Link = SymbolNames->Index; in finalize()
498 SymbolNames->addString(Sym->Name); in prepareForLayout()
H A DObject.h497 void setStrTab(StringTableSection *StrTab) { SymbolNames = StrTab; } in setStrTab()
502 StringTableSection *SymbolNames = nullptr; variable
520 const SectionBase *getStrTab() const { return SymbolNames; } in getStrTab()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp79 auto SymbolNames = getSymbolTypeNames(); in enumeration() local
80 for (const auto &E : SymbolNames) in enumeration()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp465 StringSet<> SymbolNames; in parseLinkingSectionSymtab() local
616 !SymbolNames.insert(Info.Name).second) in parseLinkingSectionSymtab()