Searched refs:ByrefLayoutInfo (Results 1 – 1 of 1) sorted by relevance
2196 llvm::Constant* ByrefLayoutInfo = CGM.getObjCRuntime().BuildByrefLayout(CGM, type); in emitByrefStructureInit() local2200 llvm::Type *DesTy = ByrefLayoutInfo->getType(); in emitByrefStructureInit()2203 Builder.CreateStore(ByrefLayoutInfo, BC); in emitByrefStructureInit()