HomeSort by: relevance | last modified time | path
    Searched defs:setDiagnosticHandler (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp 122 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp 658 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler,
663 return Context.setDiagnosticHandler(nullptr);
666 Context.setDiagnosticHandler(std::make_unique<LTODiagnosticHandler>(this),
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 414 void setDiagnosticHandler(DiagHandlerTy DiagHandler) {

Completed in 18 milliseconds