Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/
H A DCommonOptionsParser.cpp122 cl::PrintOptionValues(); in init()
/llvm-project-15.0.7/llvm/tools/opt/
H A DNewPMDriver.cpp511 cl::PrintOptionValues(); in runPassPipeline()
H A Dopt.cpp981 cl::PrintOptionValues(); in main()
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp720 cl::PrintOptionValues(); in compileModule()
/llvm-project-15.0.7/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp467 llvm::cl::PrintOptionValues(); in main()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp1031 cl::PrintOptionValues(); in EmitAssembly()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h96 void PrintOptionValues();
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp2648 void cl::PrintOptionValues() { GlobalParser->printOptionValues(); } in PrintOptionValues() function in cl