Searched refs:LLVMContextSetDiagnosticHandler (Results 1 – 4 of 4) sorted by relevance
101 LLVMContextSetDiagnosticHandler(ac->context, si_diagnostic_handler, &diag); in si_compile_llvm()
506 void LLVMContextSetDiagnosticHandler(LLVMContextRef C,
1550 LLVMContextSetDiagnosticHandler(llvm_ctx, ac_diagnostic_handler, &retval); in radv_llvm_compile()
84 void LLVMContextSetDiagnosticHandler(LLVMContextRef C, in LLVMContextSetDiagnosticHandler() function