#include <CommandLine.hpp>
Definition at line 292 of file CommandLine.hpp.
◆ Compilation()
| jlm::tooling::JlcCommandLineOptions::Compilation::Compilation |
( |
util::FilePath |
inputFile, |
|
|
util::FilePath |
dependencyFile, |
|
|
util::FilePath |
outputFile, |
|
|
std::string |
mT, |
|
|
bool |
requiresParsing, |
|
|
bool |
requiresOptimization, |
|
|
bool |
requiresAssembly, |
|
|
bool |
requiresLinking |
|
) |
| |
|
inline |
◆ DependencyFile()
| const util::FilePath& jlm::tooling::JlcCommandLineOptions::Compilation::DependencyFile |
( |
| ) |
const |
|
inlinenoexcept |
◆ InputFile()
| const util::FilePath& jlm::tooling::JlcCommandLineOptions::Compilation::InputFile |
( |
| ) |
const |
|
inlinenoexcept |
◆ Mt()
| const std::string& jlm::tooling::JlcCommandLineOptions::Compilation::Mt |
( |
| ) |
const |
|
inlinenoexcept |
◆ OutputFile()
| const util::FilePath& jlm::tooling::JlcCommandLineOptions::Compilation::OutputFile |
( |
| ) |
const |
|
inlinenoexcept |
◆ RequiresAssembly()
| bool jlm::tooling::JlcCommandLineOptions::Compilation::RequiresAssembly |
( |
| ) |
const |
|
inlinenoexcept |
◆ RequiresLinking()
| bool jlm::tooling::JlcCommandLineOptions::Compilation::RequiresLinking |
( |
| ) |
const |
|
inlinenoexcept |
◆ RequiresOptimization()
| bool jlm::tooling::JlcCommandLineOptions::Compilation::RequiresOptimization |
( |
| ) |
const |
|
inlinenoexcept |
◆ RequiresParsing()
| bool jlm::tooling::JlcCommandLineOptions::Compilation::RequiresParsing |
( |
| ) |
const |
|
inlinenoexcept |
◆ SetOutputFile()
| void jlm::tooling::JlcCommandLineOptions::Compilation::SetOutputFile |
( |
const util::FilePath & |
outputFile | ) |
|
|
inline |
◆ DependencyFile_
| util::FilePath jlm::tooling::JlcCommandLineOptions::Compilation::DependencyFile_ |
|
private |
◆ InputFile_
| util::FilePath jlm::tooling::JlcCommandLineOptions::Compilation::InputFile_ |
|
private |
◆ Mt_
| const std::string jlm::tooling::JlcCommandLineOptions::Compilation::Mt_ |
|
private |
◆ OutputFile_
| util::FilePath jlm::tooling::JlcCommandLineOptions::Compilation::OutputFile_ |
|
private |
◆ RequiresAssembly_
| bool jlm::tooling::JlcCommandLineOptions::Compilation::RequiresAssembly_ |
|
private |
◆ RequiresLinking_
| bool jlm::tooling::JlcCommandLineOptions::Compilation::RequiresLinking_ |
|
private |
◆ RequiresOptimization_
| bool jlm::tooling::JlcCommandLineOptions::Compilation::RequiresOptimization_ |
|
private |
◆ RequiresParsing_
| bool jlm::tooling::JlcCommandLineOptions::Compilation::RequiresParsing_ |
|
private |
The documentation for this class was generated from the following file: