Searched refs:getBlockDescriptorType (Results 1 – 5 of 5) sorted by relevance
133 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType()); in buildBlockDescriptor()330 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()899 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule933 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
771 llvm::Type *getBlockDescriptorType();
3044 : C.getBlockDescriptorType()), in EmitDeclareOfBlockLiteralArgVariable()
977 QualType getBlockDescriptorType() const;
4687 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext