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

/external/llvm/lib/IR/
H A DLLVMContext.cpp104 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, function in class:LLVMContext
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp566 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, function in class:LTOCodeGenerator
571 return Context.setDiagnosticHandler(nullptr, nullptr);
574 Context.setDiagnosticHandler(LTOCodeGenerator::DiagnosticHandler, this);

Completed in 62 milliseconds