Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c42 LLVMDiagnosticSeverity severity = LLVMGetDiagInfoSeverity(di); in si_diagnostic_handler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h566 LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI);
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1529 LLVMDiagnosticSeverity severity = LLVMGetDiagInfoSeverity(di); in ac_diagnostic_handler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp207 LLVMDiagnosticSeverity LLVMGetDiagInfoSeverity(LLVMDiagnosticInfoRef DI) { in LLVMGetDiagInfoSeverity() function