reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  131     Name += llvm::to_string(BlockInfo.BlockAlign.getQuantity()) + "_";
  146                                    BlockInfo.BlockAlign, CGM);
  152                                    BlockInfo.BlockAlign, CGM);
  154                                    BlockInfo.BlockAlign, CGM);
  484     info.BlockAlign = CharUnits::fromQuantity(BlockAlign);
  492     info.BlockAlign = CGM.getPointerAlign();
  681   info.BlockAlign = std::max(maxFieldAlign, info.BlockAlign);
  681   info.BlockAlign = std::max(maxFieldAlign, info.BlockAlign);
  798                                                 blockInfo.BlockAlign, "block");
 1009           llvm::ConstantInt::get(IntTy, blockInfo.BlockAlign.getQuantity()),
 1416     fields.addInt(CGM.IntTy, blockInfo.BlockAlign.getQuantity());
 1437       "__block_literal_global", blockInfo.BlockAlign,
 1511   return Address(BlockPointer, BlockInfo->BlockAlign);
 1996       getCopyDestroyHelperFuncName(CopiedCaptures, blockInfo.BlockAlign,
 2043   src = Address(Builder.CreateLoad(src), blockInfo.BlockAlign);
 2047   dst = Address(Builder.CreateLoad(dst), blockInfo.BlockAlign);
 2191       getCopyDestroyHelperFuncName(DestroyedCaptures, blockInfo.BlockAlign,
 2238   src = Address(Builder.CreateLoad(src), blockInfo.BlockAlign);