Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp446 return getOrCreateStructPtrType("opencl_image1d_t", OCLImage1dDITy); in CreateType()
448 return getOrCreateStructPtrType("opencl_image1d_array_t", in CreateType()
451 return getOrCreateStructPtrType("opencl_image1d_buffer_t", in CreateType()
454 return getOrCreateStructPtrType("opencl_image2d_t", OCLImage2dDITy); in CreateType()
456 return getOrCreateStructPtrType("opencl_image2d_array_t", in CreateType()
459 return getOrCreateStructPtrType("opencl_image3d_t", OCLImage3dDITy); in CreateType()
465 return getOrCreateStructPtrType("opencl_event_t", OCLEventDITy); in CreateType()
689 llvm::DIType CGDebugInfo::getOrCreateStructPtrType(StringRef Name, in getOrCreateStructPtrType() function in CGDebugInfo
DCGDebugInfo.h163 llvm::DIType getOrCreateStructPtrType(StringRef Name, llvm::DIType &Cache);