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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp133 return llvm::ConstantExpr::getBitCast(global, CGM.getBlockDescriptorType());
309 elementTypes.push_back(CGM.getBlockDescriptorType());
901 llvm::Type *CodeGenModule::getBlockDescriptorType() { function in class:CodeGenModule
935 llvm::Type *BlockDescPtrTy = getBlockDescriptorType();
H A DCodeGenModule.h757 llvm::Type *getBlockDescriptorType();
H A DCGDebugInfo.cpp3195 : C.getBlockDescriptorType()),
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1081 QualType getBlockDescriptorType() const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4922 QualType ASTContext::getBlockDescriptorType() const { function in class:ASTContext

Completed in 193 milliseconds