Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.cpp133 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType()); in buildBlockDescriptor()
314 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()
904 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule
938 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
DCodeGenModule.h766 llvm::Type *getBlockDescriptorType();
DCGDebugInfo.cpp3388 : C.getBlockDescriptorType()), in EmitDeclareOfBlockLiteralArgVariable()
/external/clang/include/clang/AST/
DASTContext.h1089 QualType getBlockDescriptorType() const;
/external/clang/lib/AST/
DASTContext.cpp4965 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext