Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGBlocks.cpp127 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType()); in buildBlockDescriptor()
324 elementTypes.push_back(CGM.getBlockDescriptorType()); in initializeForBlockHeader()
882 llvm::Type *CodeGenModule::getBlockDescriptorType() { in getBlockDescriptorType() function in CodeGenModule
916 llvm::Type *BlockDescPtrTy = getBlockDescriptorType(); in getGenericBlockLiteralType()
DCodeGenModule.h701 llvm::Type *getBlockDescriptorType();
DCGDebugInfo.cpp2971 C.getBlockDescriptorType()), in EmitDeclareOfBlockLiteralArgVariable()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h936 QualType getBlockDescriptorType() const;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp4546 QualType ASTContext::getBlockDescriptorType() const { in getBlockDescriptorType() function in ASTContext