Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCommandLine.cpp1793 static VersionPrinter VersionPrinterInstance; variable
1797 cl::location(VersionPrinterInstance), cl::ValueDisallowed,
1820 void cl::PrintVersionMessage() { VersionPrinterInstance.print(); } in PrintVersionMessage()