LILAC
Language to language Interop LAyer Compiler
Loading...
Searching...
No Matches
lilac::CompileSymbolSubCommand Class Referencefinal

A sub-command that compiles assemblies into symbols. More...

#include <compilesymbolsubcommand.h>

Inheritance diagram for lilac::CompileSymbolSubCommand:
Collaboration diagram for lilac::CompileSymbolSubCommand:

Public Member Functions

 CompileSymbolSubCommand ()
 
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.
 

Detailed Description

A sub-command that compiles assemblies into symbols.

Definition at line 30 of file compilesymbolsubcommand.h.

Constructor & Destructor Documentation

◆ CompileSymbolSubCommand()

lilac::CompileSymbolSubCommand::CompileSymbolSubCommand ( )

Definition at line 33 of file compilesymbolsubcommand.cxx.

Member Function Documentation

◆ Run()

int lilac::CompileSymbolSubCommand::Run ( )
overridevirtual

Runs a subcommand.

Returns
Zero will be returned when completed successfully; otherwise, non-zero will be returned

Implements lilac::SubCommand.

Definition at line 59 of file compilesymbolsubcommand.cxx.


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