#include <CommandLine.hpp>
|
| enum class | OptimizationLevel { O0
, O1
, O2
, O3
} |
| |
| enum class | LanguageStandard {
None
, Gnu89
, Gnu99
, C89
,
C99
, C11
, Cpp98
, Cpp03
,
Cpp11
, Cpp14
} |
| |
Command line options for the jhls command line tool.
Definition at line 422 of file CommandLine.hpp.
◆ LanguageStandard
| Enumerator |
|---|
| None | |
| Gnu89 | |
| Gnu99 | |
| C89 | |
| C99 | |
| C11 | |
| Cpp98 | |
| Cpp03 | |
| Cpp11 | |
| Cpp14 | |
Definition at line 435 of file CommandLine.hpp.
◆ OptimizationLevel
◆ JhlsCommandLineOptions()
| jlm::tooling::JhlsCommandLineOptions::JhlsCommandLineOptions |
( |
| ) |
|
|
inline |
◆ Reset()
| void jlm::tooling::JhlsCommandLineOptions::Reset |
( |
| ) |
|
|
overridevirtualnoexcept |
◆ Compilations_
| std::vector<Compilation> jlm::tooling::JhlsCommandLineOptions::Compilations_ |
◆ Flags_
| std::vector<std::string> jlm::tooling::JhlsCommandLineOptions::Flags_ |
◆ GenerateDebugInformation_
| bool jlm::tooling::JhlsCommandLineOptions::GenerateDebugInformation_ |
◆ GenerateFirrtl_
| bool jlm::tooling::JhlsCommandLineOptions::GenerateFirrtl_ |
◆ Hls_
| bool jlm::tooling::JhlsCommandLineOptions::Hls_ |
◆ HlsFunctionRegex_
| std::string jlm::tooling::JhlsCommandLineOptions::HlsFunctionRegex_ |
◆ IncludePaths_
| std::vector<std::string> jlm::tooling::JhlsCommandLineOptions::IncludePaths_ |
◆ JlmHls_
| std::vector<std::string> jlm::tooling::JhlsCommandLineOptions::JlmHls_ |
◆ LanguageStandard_
◆ Libraries_
| std::vector<std::string> jlm::tooling::JhlsCommandLineOptions::Libraries_ |
◆ LibraryPaths_
| std::vector<std::string> jlm::tooling::JhlsCommandLineOptions::LibraryPaths_ |
◆ MacroDefinitions_
| std::vector<std::string> jlm::tooling::JhlsCommandLineOptions::MacroDefinitions_ |
◆ Md_
| bool jlm::tooling::JhlsCommandLineOptions::Md_ |
◆ OnlyPrintCommands_
| bool jlm::tooling::JhlsCommandLineOptions::OnlyPrintCommands_ |
◆ OptimizationLevel_
◆ OutputFile_
◆ Rdynamic_
| bool jlm::tooling::JhlsCommandLineOptions::Rdynamic_ |
◆ Suppress_
| bool jlm::tooling::JhlsCommandLineOptions::Suppress_ |
◆ UsePthreads_
| bool jlm::tooling::JhlsCommandLineOptions::UsePthreads_ |
◆ Verbose_
| bool jlm::tooling::JhlsCommandLineOptions::Verbose_ |
◆ Warnings_
| std::vector<std::string> jlm::tooling::JhlsCommandLineOptions::Warnings_ |
The documentation for this class was generated from the following files: