Searched refs:ptrSize (Results 1 – 4 of 4) sorted by relevance
1214 unsigned int ptrSize = MAI->getCodePointerSize(); in printModuleLevelGV() local1215 if (ElementSize % ptrSize || in printModuleLevelGV()1216 !aggBuffer.allSymbolsAligned(ptrSize)) { in printModuleLevelGV()1229 O << " .u" << ptrSize * 8 << " "; in printModuleLevelGV()1231 O << "[" << ElementSize / ptrSize << "] = {"; in printModuleLevelGV()1291 unsigned int ptrSize = AP.MAI->getCodePointerSize(); in printBytes() local1320 for (unsigned i = 0; i < ptrSize; ++i) { in printBytes()1326 pos += ptrSize; in printBytes()1333 unsigned int ptrSize = AP.MAI->getCodePointerSize(); in printWords() local1337 assert(nextSymbolPos % ptrSize == 0); in printWords()[all …]
85 bool allSymbolsAligned(unsigned ptrSize) const { in allSymbolsAligned() argument87 [=](unsigned pos) { return pos % ptrSize == 0; }); in allSymbolsAligned()
1006 uint32_t *ptrSize = (uint32_t *)(const_cast<uint8_t *>(bodyData.data()) + in emitCategoryBody() local1008 *ptrSize = catLayout.totalSize; in emitCategoryBody()
6865 unsigned ptrSize = DL.getPointerTypeSizeInBits(U->getType()); in getRangeRef() local6866 int ptrIdxDiff = ptrSize - BitWidth; in getRangeRef()6867 if (ptrIdxDiff > 0 && ptrSize > BitWidth && NS > (unsigned)ptrIdxDiff) in getRangeRef()