Searched refs:byrefType (Results 1 – 3 of 3) sorted by relevance
2614 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() argument2744 llvm::StructType *byrefType = in getBlockByrefInfo() local2758 types.push_back(llvm::PointerType::getUnqual(byrefType)); in getBlockByrefInfo()2812 byrefType->setBody(types, packed); in getBlockByrefInfo()2815 info.Type = byrefType; in getBlockByrefInfo()2832 llvm::StructType *byrefType = cast<llvm::StructType>( in emitByrefStructureInit() local2848 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()2917 CharUnits byrefSize = CGM.GetTargetTypeStoreSize(byrefType); in emitByrefStructureInit()
4331 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,
7059 int HasByrefArray(tree byrefType) in HasByrefArray() argument7063 if (TREE_CODE(byrefType) != RECORD_TYPE) in HasByrefArray()7066 for (s1 = TYPE_FIELDS (byrefType); s1; s1 = TREE_CHAIN (s1)) in HasByrefArray()