LILAC
Language to language Interop LAyer Compiler
|
A sub-command that generates bindings from symbols. More...
#include <generatesubcommand.h>
Public Member Functions | |
GenerateSubCommand () | |
int | Run () override |
Runs a subcommand. | |
Public Member Functions inherited from lilac::SubCommand | |
SubCommand (const char *command, const char *desc) | |
Creates a sub-command with given name and description. | |
virtual | ~SubCommand ()=default |
operator llvm::cl::SubCommand & () | |
operator bool () const | |
Additional Inherited Members | |
Static Public Member Functions inherited from lilac::SubCommand | |
static llvm::cl::OptionCategory & | GetCategory () |
Gets default category of all sub-commands registered by LILAC. | |
A sub-command that generates bindings from symbols.
Definition at line 30 of file generatesubcommand.h.
lilac::GenerateSubCommand::GenerateSubCommand | ( | ) |
Definition at line 32 of file generatesubcommand.cxx.
|
overridevirtual |
Runs a subcommand.
Implements lilac::SubCommand.
Definition at line 75 of file generatesubcommand.cxx.