HomeSort by relevance Sort by last modified time
    Searched defs:DiagnosticHandlerTy (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
LLVMContext.h 133 typedef void (*DiagnosticHandlerTy)(const DiagnosticInfo &DI, void *Context);
165 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler,
171 DiagnosticHandlerTy getDiagnosticHandler() const;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
LLVMContext.h 142 typedef void (*DiagnosticHandlerTy)(const DiagnosticInfo &DI, void *Context);
174 void setDiagnosticHandler(DiagnosticHandlerTy DiagHandler,
180 DiagnosticHandlerTy getDiagnosticHandler() const;

Completed in 259 milliseconds