Searched refs:byrefType (Results 1 – 2 of 2) sorted by relevance
2488 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() argument2617 llvm::StructType *byrefType = in getBlockByrefInfo() local2631 types.push_back(llvm::PointerType::getUnqual(byrefType)); in getBlockByrefInfo()2685 byrefType->setBody(types, packed); in getBlockByrefInfo()2688 info.Type = byrefType; in getBlockByrefInfo()2705 llvm::StructType *byrefType = cast<llvm::StructType>(addr.getElementType()); in emitByrefStructureInit() local2719 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()2788 CharUnits byrefSize = CGM.GetTargetTypeStoreSize(byrefType); in emitByrefStructureInit()
4803 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,