Searched refs:byrefType (Results 1 – 2 of 2) sorted by relevance
1941 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() argument2060 llvm::StructType *byrefType = in getBlockByrefInfo() local2074 types.push_back(llvm::PointerType::getUnqual(byrefType)); in getBlockByrefInfo()2128 byrefType->setBody(types, packed); in getBlockByrefInfo()2131 info.Type = byrefType; in getBlockByrefInfo()2148 llvm::StructType *byrefType = cast<llvm::StructType>( in emitByrefStructureInit() local2164 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()2233 CharUnits byrefSize = CGM.GetTargetTypeStoreSize(byrefType); in emitByrefStructureInit()
3199 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,