Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp36 std::vector<std::string> SymbolNames; member in __anona642e3200111::ELFDumper
165 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp758 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()
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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp78 auto SymbolNames = getSymbolTypeNames(); in enumeration() local
79 for (const auto &E : SymbolNames) in enumeration()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp506 StringSet<> SymbolNames; in parseLinkingSectionSymtab() local
707 !SymbolNames.insert(Info.Name).second) in parseLinkingSectionSymtab()