Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c101 LLVMContextSetDiagnosticHandler(ac->context, si_diagnostic_handler, &diag); in si_compile_llvm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h506 void LLVMContextSetDiagnosticHandler(LLVMContextRef C,
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c1550 LLVMContextSetDiagnosticHandler(llvm_ctx, ac_diagnostic_handler, &retval); in radv_llvm_compile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp84 void LLVMContextSetDiagnosticHandler(LLVMContextRef C, in LLVMContextSetDiagnosticHandler() function