Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp708 return getOrCreateStructPtrType("opencl_" #ImgType "_" #Suffix "_t", \ in CreateType()
712 return getOrCreateStructPtrType("opencl_sampler_t", OCLSamplerDITy); in CreateType()
714 return getOrCreateStructPtrType("opencl_event_t", OCLEventDITy); in CreateType()
716 return getOrCreateStructPtrType("opencl_clk_event_t", OCLClkEventDITy); in CreateType()
718 return getOrCreateStructPtrType("opencl_queue_t", OCLQueueDITy); in CreateType()
720 return getOrCreateStructPtrType("opencl_reserve_id_t", OCLReserveIDDITy); in CreateType()
723 return getOrCreateStructPtrType("opencl_" #ExtType, Id##Ty); in CreateType()
1188 llvm::DIType *CGDebugInfo::getOrCreateStructPtrType(StringRef Name, in getOrCreateStructPtrType() function in CGDebugInfo
H A DCGDebugInfo.h246 llvm::DIType *getOrCreateStructPtrType(StringRef Name, llvm::DIType *&Cache);