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()547 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()1112 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule1148 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
996 llvm::Type *getBlockDescriptorType();
4885 : Context.getBlockDescriptorType()), in collectDefaultFieldsForBlockLiteralDeclare()
1354 QualType getBlockDescriptorType() const;
7376 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext