Searched refs:BlockDescriptorType (Results 1 – 4 of 4) sorted by relevance
1192 if (BlockDescriptorType) in getBlockDescriptorType()1193 return BlockDescriptorType; in getBlockDescriptorType()1212 BlockDescriptorType = llvm::StructType::create( in getBlockDescriptorType()1219 BlockDescriptorType = llvm::PointerType::get(BlockDescriptorType, AddrSpace); in getBlockDescriptorType()1220 return BlockDescriptorType; in getBlockDescriptorType()
507 llvm::Type *BlockDescriptorType = nullptr; variable
378 mutable RecordDecl *BlockDescriptorType = nullptr; variable
5937 if (BlockDescriptorType) in getBlockDescriptorType()5938 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()5966 BlockDescriptorType = RD; in getBlockDescriptorType()5968 return getTagDeclType(BlockDescriptorType); in getBlockDescriptorType()