Searched refs:getBlockDescriptorType (Results 1 – 5 of 5) sorted by relevance
191 CGM.getBlockDescriptorType()); in buildBlockDescriptor()269 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType()); in buildBlockDescriptor()549 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()1116 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule1152 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
982 llvm::Type *getBlockDescriptorType();
4851 : Context.getBlockDescriptorType()), in collectDefaultFieldsForBlockLiteralDeclare()
1380 QualType getBlockDescriptorType() const;
7271 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext