Searched defs:BlockLiteral (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp929 llvm::Value *BlockLiteral = local
933 llvm::Value *FuncPtr = Builder.CreateStructGEP(BlockLiteral, 3);
935 BlockLiteral = Builder.CreateBitCast(BlockLiteral, VoidPtrTy);
939 Args.add(RValue::get(BlockLiteral), getContext().VoidPtrTy);

Completed in 54 milliseconds