Home
last modified time | relevance | path

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

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