|
Jlm
|
#include <Command.hpp>


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::FilePath & | InputFile () 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::Node & | Create (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_ |
The JlmHlsExtractCommand class represents the jlm-hls command line tool with the –extract command line argument provided.
Definition at line 649 of file Command.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 654 of file Command.hpp.
|
inlinestatic |
Definition at line 691 of file Command.hpp.
|
inlinenoexcept |
Definition at line 667 of file Command.hpp.
|
inlinenoexcept |
Definition at line 685 of file Command.hpp.
|
inlinenoexcept |
Definition at line 679 of file Command.hpp.
|
inlinenoexcept |
Definition at line 673 of file Command.hpp.
|
overridevirtual |
Implements jlm::tooling::Command.
Definition at line 785 of file Command.cpp.
|
private |
Definition at line 706 of file Command.hpp.
|
private |
Definition at line 703 of file Command.hpp.
|
private |
Definition at line 704 of file Command.hpp.