Home
last modified time | relevance | path

Searched refs:DiagnosticContext (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.h25 void *DiagnosticContext = nullptr; member
27 : DiagnosticContext(DiagContext) {} in DiagnosticContext() function
44 DiagHandlerCallback(DI, DiagnosticContext); in handleDiagnostics()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContext.cpp119 void *DiagnosticContext, bool RespectFilters) { in setDiagnosticHandlerCallBack() argument
121 pImpl->DiagHandler->DiagnosticContext = DiagnosticContext; in setDiagnosticHandlerCallBack()
162 return pImpl->DiagHandler->DiagnosticContext; in getDiagnosticContext()
DCore.cpp86 void *DiagnosticContext) { in LLVMContextSetDiagnosticHandler() argument
90 DiagnosticContext); in LLVMContextSetDiagnosticHandler()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h508 void *DiagnosticContext);