Home | History | Annotate | Download | only in dsymutil

Lines Matching refs:NewSymtab

140 // Transfer the symbols described by \a NList to \a NewSymtab which is
145 StringRef Strings, SmallVectorImpl<char> &NewSymtab,
169 NewSymtab.append(reinterpret_cast<char *>(&NList),
175 // to \a NewSymtab. This function does not write in the output file.
176 // \returns the number of symbols in \a NewSymtab.
178 SmallVectorImpl<char> &NewSymtab,
189 Strings, NewSymtab, NewStrings, InDebugNote))
196 NewSymtab, NewStrings, InDebugNote))
409 SmallString<0> NewSymtab;
415 NewSymtab.reserve(SymtabCmd.nsyms * NListSize / 2);
416 NumSyms = transferSymbols(InputBinary, NewSymtab, NewStrings);
485 Writer.writeBytes(NewSymtab.str());