Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp207 CGM.getBlockDescriptorType()); in buildBlockDescriptor()
284 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType()); in buildBlockDescriptor()
499 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()
1109 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule
1145 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
H A DCodeGenModule.h945 llvm::Type *getBlockDescriptorType();
H A DCGDebugInfo.cpp4568 : Context.getBlockDescriptorType()), in collectDefaultFieldsForBlockLiteralDeclare()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1317 QualType getBlockDescriptorType() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6643 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext