Searched refs:getBlockDescriptorType (Results 1 – 5 of 5) sorted by relevance
107 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType()); in buildBlockDescriptor()275 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()792 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule826 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
599 llvm::Type *getBlockDescriptorType();
2512 C.getBlockDescriptorType()), in EmitDeclareOfBlockLiteralArgVariable()
825 QualType getBlockDescriptorType() const;
4195 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext