Searched refs:SetVersionPrinter (Results 1 – 10 of 10) sorted by relevance
55 cl::SetVersionPrinter(PrintVersion); in main()
96 cl::SetVersionPrinter(printVersion); in main()
152 cl::SetVersionPrinter(PrintVersion); in main()
597 cl::SetVersionPrinter([](raw_ostream &OS) { in main()
582 cl::SetVersionPrinter(PrintVersion); in main()
734 llvm::cl::SetVersionPrinter([](llvm::raw_ostream &OS) { in main()
1367 cl::SetVersionPrinter(PrintVersion); in main()
1372 The ``cl::SetVersionPrinter`` function1375 The ``cl::SetVersionPrinter`` function is designed to be called directly from1383 that function to ``cl::SetVersionPrinter`` to arrange for it to be called when
83 void SetVersionPrinter(VersionPrinterTy func);
2683 void cl::SetVersionPrinter(VersionPrinterTy func) { in SetVersionPrinter() function in cl