Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp1789 static VersionPrinter VersionPrinterInstance; variable
1793 cl::location(VersionPrinterInstance), cl::ValueDisallowed);
1815 void cl::PrintVersionMessage() { VersionPrinterInstance.print(); } in PrintVersionMessage()