Home
last modified time | relevance | path

Searched refs:getBlockDescriptorType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGBlocks.cpp191 CGM.getBlockDescriptorType()); in buildBlockDescriptor()
269 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType()); in buildBlockDescriptor()
549 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()
1116 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule
1152 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
H A DCodeGenModule.h982 llvm::Type *getBlockDescriptorType();
H A DCGDebugInfo.cpp4851 : Context.getBlockDescriptorType()), in collectDefaultFieldsForBlockLiteralDeclare()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1380 QualType getBlockDescriptorType() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp7271 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext