Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGBlocks.cpp191 CGM.getBlockDescriptorType()); in buildBlockDescriptor()
269 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType()); in buildBlockDescriptor()
547 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()
1112 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule
1148 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
DCodeGenModule.h996 llvm::Type *getBlockDescriptorType();
DCGDebugInfo.cpp4885 : Context.getBlockDescriptorType()), in collectDefaultFieldsForBlockLiteralDeclare()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DASTContext.h1354 QualType getBlockDescriptorType() const;
/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp7376 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext