Lines Matching defs:blockInfo
52 const CGBlockInfo &blockInfo) { in buildCopyHelper()
58 const CGBlockInfo &blockInfo) { in buildDisposeHelper()
77 const CGBlockInfo &blockInfo) { in buildBlockDescriptor()
561 CGBlockInfo &blockInfo = in enterBlockScope() local
673 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral() local
680 std::unique_ptr<CGBlockInfo> blockInfo; in EmitBlockLiteral() local
688 llvm::Value *CodeGenFunction::EmitBlockLiteral(const CGBlockInfo &blockInfo) { in EmitBlockLiteral()
1035 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), name); in GetAddrOfGlobalBlock() local
1056 const CGBlockInfo &blockInfo, in buildGlobalBlock()
1138 const CGBlockInfo &blockInfo, in GenerateBlockFunction()
1321 CodeGenFunction::GenerateCopyHelperFunction(const CGBlockInfo &blockInfo) { in GenerateCopyHelperFunction()
1500 CodeGenFunction::GenerateDestroyHelperFunction(const CGBlockInfo &blockInfo) { in GenerateDestroyHelperFunction()