Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticHandler.h24 struct DiagnosticHandler { struct
27 DiagnosticHandler(void *DiagContext = nullptr) argument
29 virtual ~DiagnosticHandler() = default; argument
31 DiagnosticHandlerTyDiagnosticHandler global() argument
37 DiagHandlerCallbackDiagnosticHandler global() argument
43 handleDiagnosticsDiagnosticHandler handleDiagnostics() argument
64 isAnyRemarkEnabledDiagnosticHandler isAnyRemarkEnabled() argument
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp128 setDiagnosticHandlerCallBack(DiagnosticHandler::DiagnosticHandlerTy DiagnosticHandler,void * DiagnosticContext,bool RespectFilters) setDiagnosticHandlerCallBack() argument
/freebsd-src/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp704 void LTOCodeGenerator::DiagnosticHandler(const DiagnosticInfo &DI) { DiagnosticHandler() function in LTOCodeGenerator