Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/clang-offload-packager/
H A DClangOffloadPackager.cpp189 cl::SetVersionPrinter(PrintVersion); in main()
/openbsd/gnu/llvm/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp144 cl::SetVersionPrinter(PrintVersion); in main()
/openbsd/gnu/llvm/clang/tools/clang-format/
H A DClangFormat.cpp583 cl::SetVersionPrinter(PrintVersion); in main()
/openbsd/gnu/llvm/llvm/docs/
H A DCommandLine.rst1372 The ``cl::SetVersionPrinter`` function
1375 The ``cl::SetVersionPrinter`` function is designed to be called directly from
1383 that function to ``cl::SetVersionPrinter`` to arrange for it to be called when
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h82 void SetVersionPrinter(VersionPrinterTy func);
/openbsd/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp2749 void cl::SetVersionPrinter(VersionPrinterTy func) { in SetVersionPrinter() function in cl