Searched refs:getIntSize (Results 1 – 3 of 3) sorted by relevance
69 CharUnits getIntSize() const { in getIntSize() function
302 assert(CGM.getIntSize() <= CGM.getPointerSize()); in initializeForBlockHeader()304 assert((2 * CGM.getIntSize()).isMultipleOf(CGM.getPointerAlign())); in initializeForBlockHeader()307 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize(); in initializeForBlockHeader()748 getIntSize(), "block.flags"); in EmitBlockLiteral()750 getIntSize(), "block.reserved"); in EmitBlockLiteral()2233 getIntSize(), "byref.flags"); in emitByrefStructureInit()2237 storeHeaderField(V, getIntSize(), "byref.size"); in emitByrefStructureInit()
2107 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()