Searched refs:nSym (Results 1 – 2 of 2) sorted by relevance
1268 void NVPTXAsmPrinter::AggBuffer::printSymbol(unsigned nSym, raw_ostream &os) { in printSymbol() argument1269 const Value *v = Symbols[nSym]; in printSymbol()1270 const Value *v0 = SymbolsBeforeStripping[nSym]; in printSymbol()1304 unsigned int nSym = 0; in printBytes() local1305 unsigned int nextSymbolPos = symbolPosInBuffer[nSym]; in printBytes()1319 printSymbol(nSym, oss); in printBytes()1327 nextSymbolPos = symbolPosInBuffer[++nSym]; in printBytes()1335 unsigned int nSym = 0; in printWords() local1336 unsigned int nextSymbolPos = symbolPosInBuffer[nSym]; in printWords()1342 printSymbol(nSym, os); in printWords()[all …]
149 void printSymbol(unsigned nSym, raw_ostream &os);