Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-opt/
H A DMlirOptMain.cpp238 std::string helpHeader = (toolName + "\nAvailable Dialects: ").str(); in MlirOptMain() local
240 llvm::raw_string_ostream os(helpHeader); in MlirOptMain()
245 cl::ParseCommandLineOptions(argc, argv, helpHeader); in MlirOptMain()