Searched refs:byrefType (Results 1 – 2 of 2) sorted by relevance
2462 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() argument2591 llvm::StructType *byrefType = in getBlockByrefInfo() local2659 byrefType->setBody(types, packed); in getBlockByrefInfo()2662 info.Type = byrefType; in getBlockByrefInfo()2679 llvm::StructType *byrefType = cast<llvm::StructType>(addr.getElementType()); in emitByrefStructureInit() local2693 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()2763 CharUnits byrefSize = CGM.GetTargetTypeStoreSize(byrefType); in emitByrefStructureInit()
5325 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,