Lines Matching defs:blockInfo
52 const CGBlockInfo &blockInfo) { in buildCopyHelper()
58 const CGBlockInfo &blockInfo) { in buildDisposeHelper()
77 const CGBlockInfo &blockInfo) { in buildBlockDescriptor()
562 CGBlockInfo &blockInfo = in enterBlockScope() local
675 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral() local
682 OwningPtr<CGBlockInfo> blockInfo; in EmitBlockLiteral() local
690 llvm::Value *CodeGenFunction::EmitBlockLiteral(const CGBlockInfo &blockInfo) { in EmitBlockLiteral()
1022 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), name); in GetAddrOfGlobalBlock() local
1043 const CGBlockInfo &blockInfo, in buildGlobalBlock()
1087 const CGBlockInfo &blockInfo, in GenerateBlockFunction()
1281 CodeGenFunction::GenerateCopyHelperFunction(const CGBlockInfo &blockInfo) { in GenerateCopyHelperFunction()
1461 CodeGenFunction::GenerateDestroyHelperFunction(const CGBlockInfo &blockInfo) { in GenerateDestroyHelperFunction()