Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp133 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 CodeGenModule
933 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
H A DCodeGenModule.h771 llvm::Type *getBlockDescriptorType();
H A DCGDebugInfo.cpp3044 : C.getBlockDescriptorType()), in EmitDeclareOfBlockLiteralArgVariable()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h977 QualType getBlockDescriptorType() const;
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4687 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext