Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp1943 CodeGenFunction::buildByrefHelpers(llvm::StructType &byrefType, in buildByrefHelpers() argument
2062 llvm::StructType *byrefType = in getBlockByrefInfo() local
2076 types.push_back(llvm::PointerType::getUnqual(byrefType)); in getBlockByrefInfo()
2130 byrefType->setBody(types, packed); in getBlockByrefInfo()
2133 info.Type = byrefType; in getBlockByrefInfo()
2150 llvm::StructType *byrefType = cast<llvm::StructType>( in emitByrefStructureInit() local
2166 BlockByrefHelpers *helpers = buildByrefHelpers(*byrefType, emission); in emitByrefStructureInit()
2235 CharUnits byrefSize = CGM.GetTargetTypeStoreSize(byrefType); in emitByrefStructureInit()
DCodeGenFunction.h3399 BlockByrefHelpers *buildByrefHelpers(llvm::StructType &byrefType,