HomeSort by relevance Sort by last modified time
    Searched defs:setDiagnosticHandler (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
LLVMContext.cpp 104 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler,
  /external/llvm/lib/LTO/
LTOCodeGenerator.cpp 566 LTOCodeGenerator::setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler,
571 return Context.setDiagnosticHandler(nullptr, nullptr);
574 Context.setDiagnosticHandler(LTOCodeGenerator::DiagnosticHandler, this);

Completed in 45 milliseconds