Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp2555 static VersionPrinter VersionPrinterInstance; variable
2559 cl::location(VersionPrinterInstance), cl::ValueDisallowed,
2575 void cl::PrintVersionMessage() { VersionPrinterInstance.print(); } in PrintVersionMessage()