Home
last modified time | relevance | path

Searched refs:byrefType (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp2484 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() argument
2613 llvm::StructType *byrefType = in getBlockByrefInfo() local
2627 types.push_back(llvm::PointerType::getUnqual(byrefType)); in getBlockByrefInfo()
2681 byrefType->setBody(types, packed); in getBlockByrefInfo()
2684 info.Type = byrefType; in getBlockByrefInfo()
2701 llvm::StructType *byrefType = cast<llvm::StructType>(addr.getElementType()); in emitByrefStructureInit() local
2715 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()
2784 CharUnits byrefSize = CGM.GetTargetTypeStoreSize(byrefType); in emitByrefStructureInit()
H A DCodeGenFunction.h4829 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,