reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1385 assert(blockInfo.CanBeGlobal); 1389 assert(!CGM.getAddrOfGlobalBlockIfEmitted(blockInfo.BlockExpression) && 1407 if (blockInfo.UsesStret) 1415 fields.addInt(CGM.IntTy, blockInfo.BlockSize.getQuantity()); 1416 fields.addInt(CGM.IntTy, blockInfo.BlockAlign.getQuantity()); 1424 fields.add(buildBlockDescriptor(CGM, blockInfo)); 1427 for (auto I : Helper->getCustomFieldValues(CGM, blockInfo)) { 1437 "__block_literal_global", blockInfo.BlockAlign, 1464 CGM.getTypes().ConvertType(blockInfo.getBlockExpr()->getType()); 1467 CGM.setAddrOfGlobalBlock(blockInfo.BlockExpression, Result); 1470 blockInfo.BlockExpression,