#include <CommandLine.hpp>
|
| enum class | OptimizationLevel { O0
, O1
, O2
, O3
} |
| |
| enum class | LanguageStandard {
None
, Gnu89
, Gnu99
, C89
,
C99
, C11
, Cpp98
, Cpp03
,
Cpp11
, Cpp14
} |
| |
Definition at line 218 of file CommandLine.hpp.
◆ LanguageStandard
| Enumerator |
|---|
| None | |
| Gnu89 | |
| Gnu99 | |
| C89 | |
| C99 | |
| C11 | |
| Cpp98 | |
| Cpp03 | |
| Cpp11 | |
| Cpp14 | |
Definition at line 231 of file CommandLine.hpp.
◆ OptimizationLevel
◆ JlcCommandLineOptions()
| jlm::tooling::JlcCommandLineOptions::JlcCommandLineOptions |
( |
| ) |
|
|
inline |
◆ Reset()
| void jlm::tooling::JlcCommandLineOptions::Reset |
( |
| ) |
|
|
overridevirtualnoexcept |
◆ ToString() [1/2]
| std::string_view jlm::tooling::JlcCommandLineOptions::ToString |
( |
const LanguageStandard & |
languageStandard | ) |
|
|
static |
◆ ToString() [2/2]
| std::string_view jlm::tooling::JlcCommandLineOptions::ToString |
( |
const OptimizationLevel & |
optimizationLevel | ) |
|
|
static |
◆ Compilations_
| std::vector<Compilation> jlm::tooling::JlcCommandLineOptions::Compilations_ |
◆ Flags_
| std::vector<std::string> jlm::tooling::JlcCommandLineOptions::Flags_ |
◆ GenerateDebugInformation_
| bool jlm::tooling::JlcCommandLineOptions::GenerateDebugInformation_ |
◆ IncludePaths_
| std::vector<std::string> jlm::tooling::JlcCommandLineOptions::IncludePaths_ |
◆ JlmOptOptimizations_
◆ JlmOptPassStatistics_
◆ LanguageStandard_
◆ Libraries_
| std::vector<std::string> jlm::tooling::JlcCommandLineOptions::Libraries_ |
◆ LibraryPaths_
| std::vector<std::string> jlm::tooling::JlcCommandLineOptions::LibraryPaths_ |
◆ MacroDefinitions_
| std::vector<std::string> jlm::tooling::JlcCommandLineOptions::MacroDefinitions_ |
◆ Md_
| bool jlm::tooling::JlcCommandLineOptions::Md_ |
◆ OnlyPrintCommands_
| bool jlm::tooling::JlcCommandLineOptions::OnlyPrintCommands_ |
◆ OptimizationLevel_
◆ OutputFile_
◆ Rdynamic_
| bool jlm::tooling::JlcCommandLineOptions::Rdynamic_ |
◆ Suppress_
| bool jlm::tooling::JlcCommandLineOptions::Suppress_ |
◆ UsePthreads_
| bool jlm::tooling::JlcCommandLineOptions::UsePthreads_ |
◆ Verbose_
| bool jlm::tooling::JlcCommandLineOptions::Verbose_ |
◆ Warnings_
| std::vector<std::string> jlm::tooling::JlcCommandLineOptions::Warnings_ |
The documentation for this class was generated from the following files: