Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp2200 static VersionPrinter VersionPrinterInstance; variable
2204 cl::location(VersionPrinterInstance), cl::ValueDisallowed,
2220 void cl::PrintVersionMessage() { VersionPrinterInstance.print(); } in PrintVersionMessage()