Home
last modified time | relevance | path

Searched refs:getOrCreateStructPtrType (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp433 return getOrCreateStructPtrType("opencl_image1d_t", OCLImage1dDITy); in CreateType()
435 return getOrCreateStructPtrType("opencl_image1d_array_t", in CreateType()
438 return getOrCreateStructPtrType("opencl_image1d_buffer_t", in CreateType()
441 return getOrCreateStructPtrType("opencl_image2d_t", OCLImage2dDITy); in CreateType()
443 return getOrCreateStructPtrType("opencl_image2d_array_t", in CreateType()
446 return getOrCreateStructPtrType("opencl_image3d_t", OCLImage3dDITy); in CreateType()
452 return getOrCreateStructPtrType("opencl_event_t", OCLEventDITy); in CreateType()
661 llvm::DIType CGDebugInfo::getOrCreateStructPtrType(StringRef Name, in getOrCreateStructPtrType() function in CGDebugInfo
H A DCGDebugInfo.h161 llvm::DIType getOrCreateStructPtrType(StringRef Name, llvm::DIType &Cache);