Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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.cpp4590 : Context.getBlockDescriptorType()), in collectDefaultFieldsForBlockLiteralDeclare()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1272 QualType getBlockDescriptorType() const;
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6624 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext