reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
362 stringTable = CHECK(obj.getStringTableForSymtab(*symtabSec, sections), this); 403 StringRef signature = CHECK(sym.getName(this->stringTable), this); 991 symtab->insert(CHECK(eSyms[i].getName(this->stringTable), this)); 1008 StringRefZ name = this->stringTable.data() + eSym.st_name; 1015 sourceFile = CHECK(eSym.getName(this->stringTable), this); 1017 if (this->stringTable.size() <= eSym.st_name) 1207 if (val >= this->stringTable.size()) 1209 dtNeeded.push_back(this->stringTable.data() + val); 1212 if (val >= this->stringTable.size()) 1214 soName = this->stringTable.data() + val; 1263 StringRef name = CHECK(sym.getName(this->stringTable), this); 1305 this->stringTable.data() +tools/lld/ELF/InputFiles.h
162 StringRef getStringTable() const { return stringTable; }