|
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 647 of file Command.hpp.
|
overridedefaultnoexcept |
|
inline |
Definition at line 652 of file Command.hpp.
|
inlinestatic |
Definition at line 689 of file Command.hpp.
|
inlinenoexcept |
Definition at line 665 of file Command.hpp.
|
inlinenoexcept |
Definition at line 683 of file Command.hpp.
|
inlinenoexcept |
Definition at line 677 of file Command.hpp.
|
inlinenoexcept |
Definition at line 671 of file Command.hpp.
|
overridevirtual |
Implements jlm::tooling::Command.
Definition at line 762 of file Command.cpp.
|
private |
Definition at line 704 of file Command.hpp.
|
private |
Definition at line 701 of file Command.hpp.
|
private |
Definition at line 702 of file Command.hpp.