Searched refs:getBlockDescriptorType (Results 1 – 5 of 5) sorted by relevance
208 CGM.getBlockDescriptorType()); in buildBlockDescriptor()283 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType()); in buildBlockDescriptor()498 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()1191 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule1227 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
880 llvm::Type *getBlockDescriptorType();
3987 : Context.getBlockDescriptorType()), in collectDefaultFieldsForBlockLiteralDeclare()
1257 QualType getBlockDescriptorType() const;
5936 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext