Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2516 VersionPrinterTy OverrideVersionPrinter = nullptr;
2518 std::vector<VersionPrinterTy> ExtraVersionPrinters;
2627 void cl::SetVersionPrinter(VersionPrinterTy func) { in SetVersionPrinter()
2631 void cl::AddExtraVersionPrinter(VersionPrinterTy func) { in AddExtraVersionPrinter()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h78 using VersionPrinterTy = std::function<void(raw_ostream &)>; variable
85 void SetVersionPrinter(VersionPrinterTy func);
94 void AddExtraVersionPrinter(VersionPrinterTy func);