|
Jlm
|
#include <CommandLine.hpp>


Public Member Functions | |
| ~JlcCommandLineParser () noexcept override | |
| const JlcCommandLineOptions & | ParseCommandLineArguments (int argc, const char *const *argv) override |
Public Member Functions inherited from jlm::tooling::CommandLineParser | |
| virtual | ~CommandLineParser () noexcept |
| CommandLineParser ()=default | |
Static Private Member Functions | |
| static bool | IsObjectFile (const util::FilePath &file) |
| static util::FilePath | ToObjectFile (const util::FilePath &file) |
| static util::FilePath | ToDependencyFile (const util::FilePath &file) |
Private Attributes | |
| JlcCommandLineOptions | CommandLineOptions_ |
Command line parser for jlc command line tool.
Definition at line 605 of file CommandLine.hpp.
|
overridedefaultnoexcept |
|
inlinestaticprivate |
Definition at line 615 of file CommandLine.hpp.
|
overridevirtual |
Implements jlm::tooling::CommandLineParser.
Definition at line 288 of file CommandLine.cpp.
|
inlinestaticprivate |
Definition at line 627 of file CommandLine.hpp.
|
inlinestaticprivate |
Definition at line 621 of file CommandLine.hpp.
|
private |
Definition at line 632 of file CommandLine.hpp.