Home
last modified time | relevance | path

Searched refs:DiagnosticHandlerTy (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DLLVMContext.h142 typedef void (*DiagnosticHandlerTy)(const DiagnosticInfo &DI, void *Context); typedef
174 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler,
180 DiagnosticHandlerTy getDiagnosticHandler() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDiagnosticHandler.h30 using DiagnosticHandlerTy = void (*)(const DiagnosticInfo &DI, void *Context); member
36 DiagnosticHandlerTy DiagHandlerCallback = nullptr;
DLLVMContext.h177 DiagnosticHandler::DiagnosticHandlerTy DiagHandler,
191 DiagnosticHandler::DiagnosticHandlerTy getDiagnosticHandlerCallBack() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp118 DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler, in setDiagnosticHandlerCallBack()
156 DiagnosticHandler::DiagnosticHandlerTy
DCore.cpp88 LLVM_EXTENSION reinterpret_cast<DiagnosticHandler::DiagnosticHandlerTy>( in LLVMContextSetDiagnosticHandler()