Searched refs:byrefType (Results 1 – 2 of 2) sorted by relevance
2545 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() argument2741 llvm::StructType *byrefType = llvm::StructType::create( in getBlockByrefInfo() local2746 info.Type = byrefType; in getBlockByrefInfo()2763 llvm::StructType *byrefType = cast<llvm::StructType>(addr.getElementType()); in emitByrefStructureInit() local2785 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()2855 CharUnits byrefSize = CGM.GetTargetTypeStoreSize(byrefType); in emitByrefStructureInit()
5518 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,