Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGBlocks.cpp2196 llvm::Constant* ByrefLayoutInfo = CGM.getObjCRuntime().BuildByrefLayout(CGM, type); in emitByrefStructureInit() local
2200 llvm::Type *DesTy = ByrefLayoutInfo->getType(); in emitByrefStructureInit()
2203 Builder.CreateStore(ByrefLayoutInfo, BC); in emitByrefStructureInit()