Searched refs:BlockDescriptorType (Results 1 – 4 of 4) sorted by relevance
1117 if (BlockDescriptorType) in getBlockDescriptorType()1118 return BlockDescriptorType; in getBlockDescriptorType()1137 BlockDescriptorType = llvm::StructType::create( in getBlockDescriptorType()1144 BlockDescriptorType = llvm::PointerType::get(BlockDescriptorType, AddrSpace); in getBlockDescriptorType()1145 return BlockDescriptorType; in getBlockDescriptorType()
558 llvm::Type *BlockDescriptorType = nullptr; variable
437 mutable RecordDecl *BlockDescriptorType = nullptr; variable
7272 if (BlockDescriptorType) in getBlockDescriptorType()7273 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()7301 BlockDescriptorType = RD; in getBlockDescriptorType()7303 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()