Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A 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()
H A DCodeGenModule.h996 llvm::Type *getBlockDescriptorType();
H A DCGDebugInfo.cpp4885 : Context.getBlockDescriptorType()), in collectDefaultFieldsForBlockLiteralDeclare()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1354 QualType getBlockDescriptorType() const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7376 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext