Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticHandler.h25 void *DiagnosticContext = nullptr; member
28 : DiagnosticContext(DiagContext) {} in DiagnosticContext() function
/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp136 setDiagnosticHandlerCallBack(DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler,void * DiagnosticContext,bool RespectFilters) setDiagnosticHandlerCallBack() argument
H A DCore.cpp105 LLVMContextSetDiagnosticHandler(LLVMContextRef C,LLVMDiagnosticHandler Handler,void * DiagnosticContext) LLVMContextSetDiagnosticHandler() argument
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c183 void *DiagnosticContext) { in llvm_diagnostic_handler_trampoline() argument
218 value *DiagnosticContext = malloc(sizeof(value)); in llvm_set_diagnostic_handler() local