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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp677 if (ToRemove(SymbolNames)) {
683 SymbolNames->Name.data(), this->Name.data());
684 SymbolNames = nullptr;
731 SymbolNames == nullptr ? 0 : SymbolNames->findIndex(Sym->Name);
736 Link = SymbolNames == nullptr ? 0 : SymbolNames->Index;
747 // Add all of our strings to SymbolNames so that SymbolNames has the right
751 if (SymbolNames !
[all...]
H A DObject.h664 void setStrTab(StringTableSection *StrTab) { SymbolNames = StrTab; }
669 StringTableSection *SymbolNames = nullptr; member in class:llvm::objcopy::elf::SymbolTableSection
688 const SectionBase *getStrTab() const { return SymbolNames; }
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp78 auto SymbolNames = getSymbolTypeNames(); local
79 for (const auto &E : SymbolNames)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp468 StringSet<> SymbolNames; local
619 !SymbolNames.insert(Info.Name).second)

Completed in 62 milliseconds