Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2445 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() argument
2574 llvm::StructType *byrefType = in getBlockByrefInfo() local
2642 byrefType->setBody(types, packed); in getBlockByrefInfo()
2645 info.Type = byrefType; in getBlockByrefInfo()
2662 llvm::StructType *byrefType = cast<llvm::StructType>(addr.getElementType()); in emitByrefStructureInit() local
2676 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()
2745 CharUnits byrefSize = CGM.GetTargetTypeStoreSize(byrefType); in emitByrefStructureInit()
H A DCodeGenFunction.h4987 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,