Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h184 DiagnosticHandlerFunction DiagHandler;
284 DiagnosticHandlerFunction *Fn;
285 LTOLLVMDiagnosticHandler(DiagnosticHandlerFunction *DiagHandlerFn) in LTOLLVMDiagnosticHandler()
305 DiagnosticHandlerFunction DiagHandler;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h134 using DiagnosticHandlerFunction = std::function<void(const DiagnosticInfo &)>; variable