Searched refs:ByrefLayoutInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGBlocks.cpp2223 llvm::Constant* ByrefLayoutInfo = CGM.getObjCRuntime().BuildByrefLayout(CGM, type); local
2227 llvm::Type *DesTy = ByrefLayoutInfo->getType();
2230 Builder.CreateStore(ByrefLayoutInfo, BC);

Completed in 73 milliseconds