Jlm
Classes | Functions
jlm::tooling Namespace Reference

Classes

class  Command
 Command class. More...
 
class  PrintCommandsCommand
 
class  ClangCommand
 
class  LlcCommand
 
class  JlmOptCommand
 
class  MkdirCommand
 
class  LlvmOptCommand
 
class  LlvmLinkCommand
 
class  JlmHlsCommand
 
class  JlmHlsExtractCommand
 
class  EntryCommand
 
class  ExitCommand
 
class  CommandGraph
 
class  CommandGraphGenerator
 
class  JlcCommandGraphGenerator
 
class  JhlsCommandGraphGenerator
 
class  CommandLineOptions
 
class  JlmOptCommandLineOptions
 
class  JlcCommandLineOptions
 
class  JlmHlsCommandLineOptions
 
class  JhlsCommandLineOptions
 
class  CommandLineParser
 
class  JlcCommandLineParser
 
class  JlmOptCommandLineParser
 
class  JlmHlsCommandLineParser
 
class  JhlsCommandLineParser
 

Functions

::llvm::cl::OptionEnumValue CreateStatisticsOption (util::Statistics::Id statisticsId, std::string_view description)
 
::llvm::cl::OptionEnumValue CreateOutputFormatOption (JlmOptCommandLineOptions::OutputFormat outputFormat, std::string_view description)
 

Function Documentation

◆ CreateOutputFormatOption()

::llvm::cl::OptionEnumValue jlm::tooling::CreateOutputFormatOption ( JlmOptCommandLineOptions::OutputFormat  outputFormat,
std::string_view  description 
)
static

Definition at line 271 of file CommandLine.cpp.

◆ CreateStatisticsOption()

::llvm::cl::OptionEnumValue jlm::tooling::CreateStatisticsOption ( util::Statistics::Id  statisticsId,
std::string_view  description 
)
static

Definition at line 262 of file CommandLine.cpp.