Searched defs:setDiagnosticHandler (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DLLVMContext.cpp175 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, function in class:LLVMContext
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp573 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, function in class:LTOCodeGenerator
578 return Context.setDiagnosticHandler(nullptr, nullptr);
581 Context.setDiagnosticHandler(LTOCodeGenerator::DiagnosticHandler, this,

Completed in 318 milliseconds