Searched refs:DiagnosticHandler (Results 1 – 17 of 17) sorted by relevance
71 bool DiagnosticHandler::isAnalysisRemarkEnabled(StringRef PassName) const { in isAnalysisRemarkEnabled()75 bool DiagnosticHandler::isMissedOptRemarkEnabled(StringRef PassName) const { in isMissedOptRemarkEnabled()79 bool DiagnosticHandler::isPassedOptRemarkEnabled(StringRef PassName) const { in isPassedOptRemarkEnabled()84 bool DiagnosticHandler::isAnyRemarkEnabled() const { in isAnyRemarkEnabled()
135 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument137 pImpl->DiagHandler->DiagHandlerCallback = DiagnosticHandler; in setDiagnosticHandlerCallBack()142 void LLVMContext::setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH, in setDiagnosticHandler()201 DiagnosticHandler::DiagnosticHandlerTy378 const DiagnosticHandler *LLVMContext::getDiagHandlerPtr() const { in getDiagHandlerPtr()382 std::unique_ptr<DiagnosticHandler> LLVMContext::getDiagnosticHandler() { in getDiagnosticHandler()
37 : DiagHandler(std::make_unique<DiagnosticHandler>()), in LLVMContextImpl()
61 struct DiagnosticHandler;1470 std::unique_ptr<DiagnosticHandler> DiagHandler;
107 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()
24 struct DiagnosticHandler { struct27 DiagnosticHandler(void *DiagContext = nullptr) argument29 virtual ~DiagnosticHandler() = default; argument
175 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,185 void setDiagnosticHandler(std::unique_ptr<DiagnosticHandler> &&DH,190 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;198 const DiagnosticHandler *getDiagHandlerPtr() const;202 std::unique_ptr<DiagnosticHandler> getDiagnosticHandler();
696 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator727 struct LTODiagnosticHandler : public DiagnosticHandler {732 CodeGenerator->DiagnosticHandler(DI); in handleDiagnostics()
280 struct LTOLLVMDiagnosticHandler : public DiagnosticHandler {
199 void DiagnosticHandler(const DiagnosticInfo &DI);
64 DiagnosticHandler::handleDiagnostics(DI); in handleDiagnostics()
140 struct LLVMDisDiagnosticHandler : public DiagnosticHandler {
65 class ClangDiagnosticHandler final : public DiagnosticHandler {292 std::unique_ptr<DiagnosticHandler> OldDiagnosticHandler = in HandleTranslationUnit()1184 std::unique_ptr<DiagnosticHandler> PrevHandler = Ctx.getDiagnosticHandler(); in ExecuteAction()
295 struct LLVMLinkDiagnosticHandler : public DiagnosticHandler {
307 struct LLVMLTODiagnosticHandler : public DiagnosticHandler {
211 struct IRExecDiagnosticHandler : public llvm::DiagnosticHandler {
812 SRCS_MIN+= IR/DiagnosticHandler.cpp