Searched refs:BlockDescriptorType (Results 1 – 4 of 4) sorted by relevance
1113 if (BlockDescriptorType) in getBlockDescriptorType()1114 return BlockDescriptorType; in getBlockDescriptorType()1133 BlockDescriptorType = llvm::StructType::create( in getBlockDescriptorType()1140 BlockDescriptorType = llvm::PointerType::get(BlockDescriptorType, AddrSpace); in getBlockDescriptorType()1141 return BlockDescriptorType; in getBlockDescriptorType()
562 llvm::Type *BlockDescriptorType = nullptr; variable
411 mutable RecordDecl *BlockDescriptorType = nullptr; variable
7377 if (BlockDescriptorType) in getBlockDescriptorType()7378 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()7406 BlockDescriptorType = RD; in getBlockDescriptorType()7408 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()