Searched refs:BlockDescriptorType (Results 1 – 4 of 4) sorted by relevance
1098 if (BlockDescriptorType) in getBlockDescriptorType()1099 return BlockDescriptorType; in getBlockDescriptorType()1118 BlockDescriptorType = llvm::StructType::create( in getBlockDescriptorType()1125 BlockDescriptorType = llvm::PointerType::get(BlockDescriptorType, AddrSpace); in getBlockDescriptorType()1126 return BlockDescriptorType; in getBlockDescriptorType()
587 llvm::Type *BlockDescriptorType = nullptr; variable
429 mutable RecordDecl *BlockDescriptorType = nullptr; variable
7840 if (BlockDescriptorType) in getBlockDescriptorType()7841 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()7869 BlockDescriptorType = RD; in getBlockDescriptorType()7871 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()