Lines Matching refs:ptrSize
1175 unsigned int ptrSize = MAI->getCodePointerSize(); in printModuleLevelGV() local
1176 if (ElementSize % ptrSize || in printModuleLevelGV()
1177 !aggBuffer.allSymbolsAligned(ptrSize)) { in printModuleLevelGV()
1190 O << " .u" << ptrSize * 8 << " "; in printModuleLevelGV()
1192 O << "[" << ElementSize / ptrSize << "] = {"; in printModuleLevelGV()
1252 unsigned int ptrSize = AP.MAI->getCodePointerSize(); in printBytes() local
1270 for (unsigned i = 0; i < ptrSize; ++i) { in printBytes()
1276 pos += ptrSize; in printBytes()
1283 unsigned int ptrSize = AP.MAI->getCodePointerSize(); in printWords() local
1287 assert(nextSymbolPos % ptrSize == 0); in printWords()
1288 for (unsigned int pos = 0; pos < size; pos += ptrSize) { in printWords()
1294 assert(nextSymbolPos % ptrSize == 0); in printWords()
1295 assert(nextSymbolPos >= pos + ptrSize); in printWords()
1296 } else if (ptrSize == 4) in printWords()