Searched refs:setDiagnosticHandler (Results 1 - 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
H A DLLVMContext.h71 /// \see LLVMContext::setDiagnosticHandler.
97 /// setDiagnosticHandler - This method sets a handler that is invoked
104 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler,
108 /// setDiagnosticHandler.
/external/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h117 void setDiagnosticHandler(lto_diagnostic_handler_t, void *);
/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);
/external/llvm/lib/IR/
H A DLLVMContext.cpp104 void LLVMContext::setDiagnosticHandler(DiagnosticHandlerTy DiagnosticHandler, function in class:LLVMContext
H A DCore.cpp87 unwrap(C)->setDiagnosticHandler(
/external/llvm/tools/lto/
H A Dlto.cpp191 unwrap(cg)->setDiagnosticHandler(diag_handler, ctxt);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp172 Ctx.setDiagnosticHandler(DiagnosticHandler, this);
180 Ctx.setDiagnosticHandler(OldDiagnosticHandler, OldDiagnosticContext);

Completed in 157 milliseconds