Home | History | Annotate | Download | only in CodeGen

Lines Matching full:blockliteral

967   llvm::Value *BlockLiteral =
972 Builder.CreateStructGEP(CGM.getGenericBlockLiteralType(), BlockLiteral, 3);
974 BlockLiteral = Builder.CreateBitCast(BlockLiteral, VoidPtrTy);
978 Args.add(RValue::get(BlockLiteral), getContext().VoidPtrTy);