Rosetta
Variables
options.hpp File Reference
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/CommandLine.h"

Variables

llvm::cl::OptionCategory BinderToolCategory
 
llvm::cl::opt< bool > O_annotate_includes
 
llvm::cl::opt< bool > O_single_file
 
llvm::cl::opt< bool > O_trace
 
llvm::cl::opt< bool > O_verbose
 
llvm::cl::opt< bool > O_flat
 
llvm::cl::opt< bool > O_include_pybind11_stl
 
llvm::cl::opt< std::string > O_root_module
 
llvm::cl::opt< int > O_max_file_size
 
llvm::cl::opt< std::string > O_prefix
 
llvm::cl::list< std::string > O_bind
 
llvm::cl::list< std::string > O_skip
 
llvm::cl::opt< std::string > O_config
 
llvm::cl::opt< bool > O_suppress_errors
 
llvm::cl::opt< bool > O_bind_class_template_specialization
 

Variable Documentation

◆ BinderToolCategory

llvm::cl::OptionCategory BinderToolCategory
extern

Referenced by main().

◆ O_annotate_includes

llvm::cl::opt<bool> O_annotate_includes
extern

◆ O_bind

llvm::cl::list<std::string> O_bind
extern

◆ O_bind_class_template_specialization

llvm::cl::opt<bool> O_bind_class_template_specialization
extern

◆ O_config

llvm::cl::opt<std::string> O_config
extern

◆ O_flat

llvm::cl::opt<bool> O_flat
extern

◆ O_include_pybind11_stl

llvm::cl::opt<bool> O_include_pybind11_stl
extern

◆ O_max_file_size

llvm::cl::opt<int> O_max_file_size
extern

◆ O_prefix

llvm::cl::opt<std::string> O_prefix
extern

◆ O_root_module

llvm::cl::opt<std::string> O_root_module
extern

◆ O_single_file

llvm::cl::opt<bool> O_single_file
extern

◆ O_skip

llvm::cl::list<std::string> O_skip
extern

◆ O_suppress_errors

llvm::cl::opt<bool> O_suppress_errors
extern

◆ O_trace

llvm::cl::opt<bool> O_trace
extern

◆ O_verbose

llvm::cl::opt<bool> O_verbose
extern