Lines Matching defs:NewSymtab
174 // Transfer the symbols described by \a NList to \a NewSymtab which is just the
179 StringRef Strings, SmallVectorImpl<char> &NewSymtab,
211 NewSymtab.append(reinterpret_cast<char *>(&NList),
217 // to \a NewSymtab. This function does not write in the output file.
218 // \returns the number of symbols in \a NewSymtab.
220 SmallVectorImpl<char> &NewSymtab,
231 Strings, NewSymtab, NewStrings, InDebugNote))
238 NewSymtab, NewStrings, InDebugNote))
508 SmallString<0> NewSymtab;
516 NewSymtab.reserve(SymtabCmd.nsyms * NListSize / 2);
517 NumSyms = transferSymbols(InputBinary, NewSymtab, NewStrings);
598 OutFile << NewSymtab.str();