Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContext.cpp123 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp703 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator