Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp208 CGM.getBlockDescriptorType()); in buildBlockDescriptor()
283 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType()); in buildBlockDescriptor()
498 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()
1191 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule
1227 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
H A DCodeGenModule.h880 llvm::Type *getBlockDescriptorType();
H A DCGDebugInfo.cpp3987 : Context.getBlockDescriptorType()), in collectDefaultFieldsForBlockLiteralDeclare()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1257 QualType getBlockDescriptorType() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp5936 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext