Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2508 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() argument
2636 llvm::StructType *byrefType = in getBlockByrefInfo() local
2650 types.push_back(llvm::PointerType::getUnqual(byrefType)); in getBlockByrefInfo()
2704 byrefType->setBody(types, packed); in getBlockByrefInfo()
2707 info.Type = byrefType; in getBlockByrefInfo()
2724 llvm::StructType *byrefType = cast<llvm::StructType>( in emitByrefStructureInit() local
2739 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()
2808 CharUnits byrefSize = CGM.GetTargetTypeStoreSize(byrefType); in emitByrefStructureInit()
H A DCodeGenFunction.h4736 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,