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

#include <Command.hpp>

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

Public Member Functions

 ~JlmHlsExtractCommand () noexcept override
 
 JlmHlsExtractCommand (util::FilePath inputFile, util::FilePath outputFolder, std::string hlsFunctionName)
 
std::string ToString () const override
 
util::FilePath HlsFunctionFile () const noexcept
 
util::FilePath LlvmFile () const noexcept
 
const util::FilePathInputFile () const noexcept
 
const std::string & HlsFunctionName () 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 util::FilePath &inputFile, const std::string &hlsFunctionName, const util::FilePath &outputFolder)
 

Private Attributes

util::FilePath InputFile_
 
util::FilePath OutputFolder_
 
std::string HlsFunctionName_
 

Detailed Description

The JlmHlsExtractCommand class represents the jlm-hls command line tool with the –extract command line argument provided.

Definition at line 647 of file Command.hpp.

Constructor & Destructor Documentation

◆ ~JlmHlsExtractCommand()

jlm::tooling::JlmHlsExtractCommand::~JlmHlsExtractCommand ( )
overridedefaultnoexcept

◆ JlmHlsExtractCommand()

jlm::tooling::JlmHlsExtractCommand::JlmHlsExtractCommand ( util::FilePath  inputFile,
util::FilePath  outputFolder,
std::string  hlsFunctionName 
)
inline

Definition at line 652 of file Command.hpp.

Member Function Documentation

◆ Create()

static CommandGraph::Node& jlm::tooling::JlmHlsExtractCommand::Create ( CommandGraph commandGraph,
const util::FilePath inputFile,
const std::string &  hlsFunctionName,
const util::FilePath outputFolder 
)
inlinestatic

Definition at line 689 of file Command.hpp.

◆ HlsFunctionFile()

util::FilePath jlm::tooling::JlmHlsExtractCommand::HlsFunctionFile ( ) const
inlinenoexcept

Definition at line 665 of file Command.hpp.

◆ HlsFunctionName()

const std::string& jlm::tooling::JlmHlsExtractCommand::HlsFunctionName ( ) const
inlinenoexcept

Definition at line 683 of file Command.hpp.

◆ InputFile()

const util::FilePath& jlm::tooling::JlmHlsExtractCommand::InputFile ( ) const
inlinenoexcept

Definition at line 677 of file Command.hpp.

◆ LlvmFile()

util::FilePath jlm::tooling::JlmHlsExtractCommand::LlvmFile ( ) const
inlinenoexcept

Definition at line 671 of file Command.hpp.

◆ ToString()

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

Implements jlm::tooling::Command.

Definition at line 762 of file Command.cpp.

Member Data Documentation

◆ HlsFunctionName_

std::string jlm::tooling::JlmHlsExtractCommand::HlsFunctionName_
private

Definition at line 704 of file Command.hpp.

◆ InputFile_

util::FilePath jlm::tooling::JlmHlsExtractCommand::InputFile_
private

Definition at line 701 of file Command.hpp.

◆ OutputFolder_

util::FilePath jlm::tooling::JlmHlsExtractCommand::OutputFolder_
private

Definition at line 702 of file Command.hpp.


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