Searched refs:getIntSize (Results 1 – 3 of 3) sorted by relevance
76 CharUnits getIntSize() const { in getIntSize() function
460 assert(CGM.getIntSize() <= GenPtrSize); in initializeForBlockHeader()462 assert((2 * CGM.getIntSize()).isMultipleOf(GenPtrAlign)); in initializeForBlockHeader()469 2 * CGM.getIntSize().getQuantity() + GenPtrSize.getQuantity(); in initializeForBlockHeader()489 assert(CGM.getIntSize() <= CGM.getPointerSize()); in initializeForBlockHeader()493 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize(); in initializeForBlockHeader()1005 getIntSize(), "block.flags"); in EmitBlockLiteral()1006 addHeaderField(llvm::ConstantInt::get(IntTy, 0), getIntSize(), in EmitBlockLiteral()1011 getIntSize(), "block.size"); in EmitBlockLiteral()1014 getIntSize(), "block.align"); in EmitBlockLiteral()2915 getIntSize(), "byref.flags"); in emitByrefStructureInit()[all …]
2157 int32_t IntSize = CGF.getIntSize().getQuantity(); in performReturnAdjustment()