Searched refs:getBlockDescriptorType (Results 1 – 5 of 5) sorted by relevance
127 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType()); in buildBlockDescriptor()324 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()882 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule916 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
701 llvm::Type *getBlockDescriptorType();
2971 C.getBlockDescriptorType()), in EmitDeclareOfBlockLiteralArgVariable()
936 QualType getBlockDescriptorType() const;
4546 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext