Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticHandler.h24 struct DiagnosticHandler { struct
26 DiagnosticHandler(void *DiagContext = nullptr) argument
28 virtual ~DiagnosticHandler() = default; argument
30 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context); argument
36 DiagnosticHandlerTy DiagHandlerCallback = nullptr; argument
42 virtual bool handleDiagnostics(const DiagnosticInfo &DI) { in handleDiagnostics()
63 bool isAnyRemarkEnabled(StringRef PassName) const { in isAnyRemarkEnabled()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp115 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp615 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator