Home
last modified time | relevance | path

Searched refs:DiagnosticHandlerFunction (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h187 DiagnosticHandlerFunction DiagHandler;
287 DiagnosticHandlerFunction *Fn;
288 LTOLLVMDiagnosticHandler(DiagnosticHandlerFunction *DiagHandlerFn) in LTOLLVMDiagnosticHandler()
308 DiagnosticHandlerFunction DiagHandler;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h140 using DiagnosticHandlerFunction = std::function<void(const DiagnosticInfo &)>; variable