Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCompiler.cpp129 llvm::DiagnosticHandlerFunction DiagnosticHandler = in run() local
137 llvm::DiagnosticHandlerFunction DiagnosticHandler = nullptr; in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp118 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOCodeGenerator.cpp642 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { in DiagnosticHandler() function in LTOCodeGenerator