Home
last modified time | relevance | path

Searched defs:DiagnosticHandler (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticHandler.h24 struct DiagnosticHandler { struct
27 DiagnosticHandler(void *DiagContext = nullptr) argument
29 virtual ~DiagnosticHandler() = default; argument
31 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo *DI, void *Context); argument
37 DiagnosticHandlerTy DiagHandlerCallback = nullptr; argument
43 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics()
64 bool isAnyRemarkEnabled(StringRef PassName) const { in isAnyRemarkEnabled()
/llvm-project/llvm/unittests/CodeGen/
H A DPassManagerTest.cpp228 TEST_F(PassManagerTest,DiagnosticHandler) TEST_F() argument
/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp135 setDiagnosticHandlerCallBack(DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler,void * DiagnosticContext,bool RespectFilters) setDiagnosticHandlerCallBack() argument
/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp696 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { DiagnosticHandler() function in LTOCodeGenerator