Home
last modified time | relevance | path

Searched refs:LLVMGetDiagInfoDescription (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c58 char *description = LLVMGetDiagInfoDescription(di); in si_diagnostic_handler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h559 char *LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI);
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1530 char *description = LLVMGetDiagInfoDescription(di); in ac_diagnostic_handler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp196 char *LLVMGetDiagInfoDescription(LLVMDiagnosticInfoRef DI) { in LLVMGetDiagInfoDescription() function