HomeSort by: relevance | last modified time | path
    Searched refs:SymbolNames (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp 36 std::vector<std::string> SymbolNames;
165 if (!SymbolNames[Index].empty())
166 return SymbolNames[Index];
170 SymbolNames[Index] =
173 SymbolNames[Index] = std::string(Name);
174 return SymbolNames[Index];
653 SymbolNames.resize(SymTable.size());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 679 void setStrTab(StringTableSection *StrTab) { SymbolNames = StrTab; }
684 StringTableSection *SymbolNames = nullptr;
703 const SectionBase *getStrTab() const { return SymbolNames; }
Object.cpp 758 if (ToRemove(SymbolNames)) {
764 SymbolNames->Name.data(), this->Name.data());
765 SymbolNames = nullptr;
818 SymbolNames == nullptr ? 0 : SymbolNames->findIndex(Sym->Name);
823 Link = SymbolNames == nullptr ? 0 : SymbolNames->Index;
834 // Add all of our strings to SymbolNames so that SymbolNames has the right
838 if (SymbolNames != nullptr
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLSymbols.cpp 78 auto SymbolNames = getSymbolTypeNames();
79 for (const auto &E : SymbolNames)
  /src/external/apache2/llvm/dist/llvm/lib/Object/
WasmObjectFile.cpp 506 StringSet<> SymbolNames;
707 !SymbolNames.insert(Info.Name).second)

Completed in 40 milliseconds