Home
last modified time | relevance | path

Searched refs:stringTable (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp531 stringTable = CHECK2(obj.getStringTableForSymtab(*symtabSec, sections), this); in init()
673 return CHECK2(sym.getName(this->stringTable), this); in getShtGroupSignature()
784 cantFail(this->getELFSyms<ELFT>()[sec.sh_info].getName(stringTable)); in initializeSections()
1148 symbols[i] = symtab->insert(CHECK2(eSyms[i].getName(stringTable), this)); in initializeSymbols()
1228 sourceFile = CHECK2(eSym.getName(stringTable), this); in initSectionsAndLocalSyms()
1230 if (LLVM_UNLIKELY(stringTable.size() <= stName)) { in initSectionsAndLocalSyms()
1234 StringRef name(stringTable.data() + stName); in initSectionsAndLocalSyms()
1435 if (aux->vna_name >= this->stringTable.size()) { in parseVerneed()
1548 if (val >= this->stringTable.size()) { in parse()
1552 dtNeeded.push_back(this->stringTable.data() + val); in parse()
[all …]
H A DInputFiles.h189 StringRef getStringTable() const { return stringTable; } in getStringTable()
224 StringRef stringTable; variable
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp257 StringTable stringTable(f); // read the string table in computeExternalSymbols() local
282 defined->insert(stringTable.decode(e.name)); in computeExternalSymbols()
284 undefined->insert(stringTable.decode(e.name)); in computeExternalSymbols()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h86 llvm::StringRef stringTable);
/freebsd/contrib/llvm-project/lld/MachO/
H A DOutputSegment.cpp168 .Case(section_names::stringTable, -1) in sectionOrder()
H A DInputSection.h363 constexpr const char stringTable[] = "__string_table"; variable
H A DSyntheticSections.cpp1542 : LinkEditSection(segment_names::linkEdit, section_names::stringTable) {} in StringTableSection()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1203 Err(ctx) << "CMSE symbol '" << CHECK2(eSyms[i].getName(stringTable), this) in importCmseSymbols()
1213 sym->setName(CHECK2(eSyms[i].getName(stringTable), this)); in importCmseSymbols()