Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp33 StructureType(nullptr), Block(block), in CGBlockInfo()
340 info.StructureType = in computeBlockInfo()
452 info.StructureType = in computeBlockInfo()
549 info.StructureType = in computeBlockInfo()
574 CGF.CreateTempAlloca(blockInfo.StructureType, "block"); in enterBlockScope()
1146 blockInfo.StructureType->getPointerTo(), in GenerateBlockFunction()
1314 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction()
1485 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction()
DCGBlocks.h209 llvm::StructType *StructureType; variable
DCGDebugInfo.cpp2883 target.getStructLayout(blockInfo.StructureType) in EmitDeclareOfBlockDeclRefVariable()
2956 CGM.getDataLayout().getStructLayout(block.StructureType); in EmitDeclareOfBlockLiteralArgVariable()
DCGObjCMac.cpp1961 CGM.getDataLayout().getStructLayout(blockInfo.StructureType); in BuildGCBlockLayout()
2470 CGM.getDataLayout().getStructLayout(blockInfo.StructureType); in BuildRCBlockLayout()