/llvm-project/lldb/source/API/ |
H A D | SBCommandInterpreter.cpp | 43 const char *help = nullptr, in CommandPluginInterfaceImplementation() 591 const char *help) { in AddMultiwordCommand() 604 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand() 614 const char *help, const char *syntax) { in AddCommand() 620 const char *name, lldb::SBCommandPluginInterface *impl, const char *help, in AddCommand() 669 void SBCommand::SetHelp(const char *help) { in SetHelp() 676 void SBCommand::SetHelpLong(const char *help) { in SetHelpLong() 684 const char *help) { in AddMultiwordCommand() 702 const char *help) { in AddCommand() 710 const char *help, const char *syntax) { in AddCommand() [all …]
|
/llvm-project/lldb/utils/lldb-repro/ |
H A D | lldb-repro.py |
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTrace.h | 31 : CommandObjectProxy(interpreter, name, help, syntax, flags), in CommandObjectProxy() argument
|
H A D | CommandObjectThreadUtil.cpp | 20 CommandInterpreter &interpreter, const char *name, const char *help, in CommandObjectIterateOverThreads() 28 CommandInterpreter &interpreter, const char *name, const char *help, in CommandObjectMultipleThreads()
|
H A D | CommandObjectRegexCommand.cpp | 21 CommandInterpreter &interpreter, llvm::StringRef name, llvm::StringRef help, in CommandObjectRegexCommand() argument
|
H A D | CommandObjectMultiword.cpp | 22 const char *help, in CommandObjectMultiword() argument 302 CommandObjectProxy(CommandInterpreter & interpreter,const char * name,const char * help,const char * syntax,uint32_t flags) CommandObjectProxy() argument [all...] |
H A D | CommandObjectType.cpp | 913 const char *name, const char *help) in CommandObjectTypeFormatterClear() argument 1029 const char *name, const char *help) in CommandObjectTypeFormatterList() argument 2590 if (const char *help = lang->GetLanguageSpecificTypeLookupHelp()) GetHelpLong() local 2713 StreamString help; CommandObjectFormatterInfo() local
|
H A D | CommandObjectTarget.cpp | 1844 CommandObjectTargetModulesModuleAutoComplete(CommandInterpreter & interpreter,const char * name,const char * help,const char * syntax,uint32_t flags=0) CommandObjectTargetModulesModuleAutoComplete() argument 1870 CommandObjectTargetModulesSourceFileAutoComplete(CommandInterpreter & interpreter,const char * name,const char * help,const char * syntax,uint32_t flags) CommandObjectTargetModulesSourceFileAutoComplete() argument 5139 CommandObjectTargetStopHookEnableDisable(CommandInterpreter & interpreter,bool enable,const char * name,const char * help,const char * syntax) CommandObjectTargetStopHookEnableDisable() argument
|
H A D | CommandObjectProcess.cpp | 49 CommandObjectProcessLaunchOrAttach(CommandInterpreter & interpreter,const char * name,const char * help,const char * syntax,uint32_t flags,const char * new_process_action) CommandObjectProcessLaunchOrAttach() argument
|
H A D | CommandObjectThread.cpp | 375 CommandObjectThreadStepWithTypeAndScope(CommandInterpreter & interpreter,const char * name,const char * help,const char * syntax,StepType step_type,StepScope step_scope) CommandObjectThreadStepWithTypeAndScope() argument
|
H A D | CommandObjectCommands.cpp | 1030 CommandObjectPythonFunction(CommandInterpreter & interpreter,std::string name,std::string funct,std::string help,ScriptedCommandSynchronicity synch,CompletionType completion_type) CommandObjectPythonFunction() argument
|
/llvm-project/mlir/lib/Tools/mlir-query/ |
H A D | MlirQueryMain.cpp | 36 static llvm::cl::opt<bool> help("h", llvm::cl::desc("Alias for -help"), in mlirQueryMain() local
|
/llvm-project/mlir/lib/Tools/mlir-reduce/ |
H A D | MlirReduceMain.cpp | 52 static llvm::cl::opt<bool> help("h", llvm::cl::desc("Alias for -help"), in mlirReduceMain() local
|
/llvm-project/polly/utils/ |
H A D | argparse.py | 802 help=None, argument 845 help=None, argument 881 help=None, argument 899 def __init__(self, option_strings, dest, default=False, required=False, help=None): argument 911 def __init__(self, option_strings, dest, default=True, required=False, help=None): argument 933 help=None, argument 971 help=None, argument 992 def __init__(self, option_strings, dest, default=None, required=False, help=None): argument 1008 def __init__(self, option_strings, dest=SUPPRESS, default=SUPPRESS, help=None): argument 1024 self, option_strings, version=None, dest=SUPPRESS, default=SUPPRESS, help=None argument [all …]
|
/llvm-project/llvm/test/tools/llvm-pdbutil/Inputs/ |
H A D | TypeQualifiersTest.cpp | 24 void help() volatile { return; } in help() function in NS::Class
|
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandObject.h | 419 CommandObject(interpreter,name,help,syntax,flags) CommandObject() argument 436 CommandObject(interpreter,name,help,syntax,flags) CommandObject() argument
|
/llvm-project/compiler-rt/test/BlocksRuntime/ |
H A D | testfilerunner.m | 578 void help(const char *whoami) { function
|
/llvm-project/llvm/utils/release/ |
H A D | build_llvm_release.bat | 31 set help=
variable
|
/llvm-project/lldb/source/Interpreter/ |
H A D | CommandAlias.cpp | 81 llvm::StringRef help, llvm::StringRef syntax, in CommandAlias()
|
H A D | CommandObject.cpp | 44 llvm::StringRef name, llvm::StringRef help, in CommandObject() argument
|
/llvm-project/lldb/examples/python/templates/ |
H A D | parsed_cmd.py | 242 add_option(self, short_option, long_option, help, default, dest = None, required=False, groups = None, value_type=lldb.eArgTypeNone, completion_type=None, enum_values=None) global() argument
|
/llvm-project/libc/AOR_v20.02/math/tools/ |
H A D | remez.jl | 1038 function help() function
|
/llvm-project/libcxx/utils/libcxx/test/ |
H A D | dsl.py | 713 def __init__(self, name, type, help, actions, choices=None, default=None): argument
|
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 742 EnableCommand(CommandInterpreter & interpreter,bool enable,const char * name,const char * help,const char * syntax) EnableCommand() argument
|