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.h181 DiagnosticHandlerFunction DiagHandler;
281 DiagnosticHandlerFunction *Fn;
282 LTOLLVMDiagnosticHandler(DiagnosticHandlerFunction *DiagHandlerFn) in LTOLLVMDiagnosticHandler()
302 DiagnosticHandlerFunction DiagHandler;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h134 using DiagnosticHandlerFunction = std::function<void(const DiagnosticInfo &)>; variable