Jlm
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
jlm::tooling::LlvmLinkCommand Class Referencefinal

#include <Command.hpp>

Inheritance diagram for jlm::tooling::LlvmLinkCommand:
Inheritance graph
[legend]
Collaboration diagram for jlm::tooling::LlvmLinkCommand:
Collaboration graph
[legend]

Public Member Functions

 ~LlvmLinkCommand () noexcept override
 
 LlvmLinkCommand (std::vector< util::FilePath > inputFiles, util::FilePath outputFile, bool writeLlvmAssembly, bool verbose)
 
std::string ToString () const override
 
const util::FilePathOutputFile () const noexcept
 
const std::vector< util::FilePath > & InputFiles () const noexcept
 
- Public Member Functions inherited from jlm::tooling::Command
virtual ~Command ()
 
virtual void Run () const
 

Static Public Member Functions

static CommandGraph::NodeCreate (CommandGraph &commandGraph, const std::vector< util::FilePath > &inputFiles, const util::FilePath &outputFile, bool writeLlvmAssembly, bool verbose)
 

Private Attributes

util::FilePath OutputFile_
 
std::vector< util::FilePathInputFiles_
 
bool WriteLlvmAssembly_
 
bool Verbose_
 

Detailed Description

The LlvmLinkCommand class represents the llvm-link command line tool.

Definition at line 524 of file Command.hpp.

Constructor & Destructor Documentation

◆ ~LlvmLinkCommand()

jlm::tooling::LlvmLinkCommand::~LlvmLinkCommand ( )
overridedefaultnoexcept

◆ LlvmLinkCommand()

jlm::tooling::LlvmLinkCommand::LlvmLinkCommand ( std::vector< util::FilePath inputFiles,
util::FilePath  outputFile,
bool  writeLlvmAssembly,
bool  verbose 
)
inline

Definition at line 529 of file Command.hpp.

Member Function Documentation

◆ Create()

static CommandGraph::Node& jlm::tooling::LlvmLinkCommand::Create ( CommandGraph commandGraph,
const std::vector< util::FilePath > &  inputFiles,
const util::FilePath outputFile,
bool  writeLlvmAssembly,
bool  verbose 
)
inlinestatic

Definition at line 556 of file Command.hpp.

◆ InputFiles()

const std::vector<util::FilePath>& jlm::tooling::LlvmLinkCommand::InputFiles ( ) const
inlinenoexcept

Definition at line 550 of file Command.hpp.

◆ OutputFile()

const util::FilePath& jlm::tooling::LlvmLinkCommand::OutputFile ( ) const
inlinenoexcept

Definition at line 544 of file Command.hpp.

◆ ToString()

std::string jlm::tooling::LlvmLinkCommand::ToString ( ) const
overridevirtual

Implements jlm::tooling::Command.

Definition at line 729 of file Command.cpp.

Member Data Documentation

◆ InputFiles_

std::vector<util::FilePath> jlm::tooling::LlvmLinkCommand::InputFiles_
private

Definition at line 570 of file Command.hpp.

◆ OutputFile_

util::FilePath jlm::tooling::LlvmLinkCommand::OutputFile_
private

Definition at line 569 of file Command.hpp.

◆ Verbose_

bool jlm::tooling::LlvmLinkCommand::Verbose_
private

Definition at line 573 of file Command.hpp.

◆ WriteLlvmAssembly_

bool jlm::tooling::LlvmLinkCommand::WriteLlvmAssembly_
private

Definition at line 572 of file Command.hpp.


The documentation for this class was generated from the following files: