#include <Command.hpp>
The LlvmLinkCommand class represents the llvm-link command line tool.
Definition at line 524 of file Command.hpp.
◆ ~LlvmLinkCommand()
| jlm::tooling::LlvmLinkCommand::~LlvmLinkCommand |
( |
| ) |
|
|
overridedefaultnoexcept |
◆ LlvmLinkCommand()
| jlm::tooling::LlvmLinkCommand::LlvmLinkCommand |
( |
std::vector< util::FilePath > |
inputFiles, |
|
|
util::FilePath |
outputFile, |
|
|
bool |
writeLlvmAssembly, |
|
|
bool |
verbose |
|
) |
| |
|
inline |
◆ Create()
◆ InputFiles()
| const std::vector<util::FilePath>& jlm::tooling::LlvmLinkCommand::InputFiles |
( |
| ) |
const |
|
inlinenoexcept |
◆ OutputFile()
| const util::FilePath& jlm::tooling::LlvmLinkCommand::OutputFile |
( |
| ) |
const |
|
inlinenoexcept |
◆ ToString()
| std::string jlm::tooling::LlvmLinkCommand::ToString |
( |
| ) |
const |
|
overridevirtual |
◆ InputFiles_
| std::vector<util::FilePath> jlm::tooling::LlvmLinkCommand::InputFiles_ |
|
private |
◆ OutputFile_
◆ Verbose_
| bool jlm::tooling::LlvmLinkCommand::Verbose_ |
|
private |
◆ WriteLlvmAssembly_
| bool jlm::tooling::LlvmLinkCommand::WriteLlvmAssembly_ |
|
private |
The documentation for this class was generated from the following files: