HomeSort by relevance Sort by last modified time
    Searched refs:getOrCreateStructPtrType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 467 return getOrCreateStructPtrType("opencl_image1d_t", OCLImage1dDITy);
469 return getOrCreateStructPtrType("opencl_image1d_array_t",
472 return getOrCreateStructPtrType("opencl_image1d_buffer_t",
475 return getOrCreateStructPtrType("opencl_image2d_t", OCLImage2dDITy);
477 return getOrCreateStructPtrType("opencl_image2d_array_t",
480 return getOrCreateStructPtrType("opencl_image2d_depth_t",
483 return getOrCreateStructPtrType("opencl_image2d_array_depth_t",
486 return getOrCreateStructPtrType("opencl_image2d_msaa_t",
489 return getOrCreateStructPtrType("opencl_image2d_array_msaa_t",
492 return getOrCreateStructPtrType("opencl_image2d_msaa_depth_t"
    [all...]
CGDebugInfo.h 203 llvm::DIType *getOrCreateStructPtrType(StringRef Name, llvm::DIType *&Cache);

Completed in 38 milliseconds