Searched refs:getBlockDescriptorType (Results 1 – 5 of 5) sorted by relevance
133 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType()); in buildBlockDescriptor()314 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()904 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule938 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
766 llvm::Type *getBlockDescriptorType();
3388 : C.getBlockDescriptorType()), in EmitDeclareOfBlockLiteralArgVariable()
1089 QualType getBlockDescriptorType() const;
4965 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext