Home
last modified time | relevance | path

Searched refs:StructureType (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGBlocks.cpp30 HasCXXObject(false), UsesStret(false), StructureType(0), Block(blockExpr) { in CGBlockInfo()
287 info.StructureType = in computeBlockInfo()
395 info.StructureType = in computeBlockInfo()
480 info.StructureType = in computeBlockInfo()
513 CreateTempAlloca(blockInfo.StructureType, "block"); in EmitBlockLiteral()
942 blockInfo.StructureType->getPointerTo(), in GenerateBlockFunction()
1091 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction()
1204 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction()
DCGBlocks.h179 llvm::StructType *StructureType; variable
DCGDebugInfo.cpp2063 target.getStructLayout(blockInfo.StructureType) in EmitDeclareOfBlockDeclRefVariable()
2130 CGM.getTargetData().getStructLayout(block.StructureType); in EmitDeclareOfBlockLiteralArgVariable()
DCGObjCMac.cpp1626 CGM.getTargetData().getStructLayout(blockInfo.StructureType); in BuildGCBlockLayout()