Home
last modified time | relevance | path

Searched defs:help (Results 1 – 24 of 24) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp43 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 Dlldb-repro.py
/llvm-project/lldb/source/Commands/
H A DCommandObjectTrace.h31 : CommandObjectProxy(interpreter, name, help, syntax, flags), in CommandObjectProxy() argument
H A DCommandObjectThreadUtil.cpp20 CommandInterpreter &interpreter, const char *name, const char *help, in CommandObjectIterateOverThreads()
28 CommandInterpreter &interpreter, const char *name, const char *help, in CommandObjectMultipleThreads()
H A DCommandObjectRegexCommand.cpp21 CommandInterpreter &interpreter, llvm::StringRef name, llvm::StringRef help, in CommandObjectRegexCommand() argument
H A DCommandObjectMultiword.cpp22 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 DCommandObjectType.cpp913 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 DCommandObjectTarget.cpp1844 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 DCommandObjectProcess.cpp49 CommandObjectProcessLaunchOrAttach(CommandInterpreter & interpreter,const char * name,const char * help,const char * syntax,uint32_t flags,const char * new_process_action) CommandObjectProcessLaunchOrAttach() argument
H A DCommandObjectThread.cpp375 CommandObjectThreadStepWithTypeAndScope(CommandInterpreter & interpreter,const char * name,const char * help,const char * syntax,StepType step_type,StepScope step_scope) CommandObjectThreadStepWithTypeAndScope() argument
H A DCommandObjectCommands.cpp1030 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 DMlirQueryMain.cpp36 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 DMlirReduceMain.cpp52 static llvm::cl::opt<bool> help("h", llvm::cl::desc("Alias for -help"), in mlirReduceMain() local
/llvm-project/polly/utils/
H A Dargparse.py802 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 DTypeQualifiersTest.cpp24 void help() volatile { return; } in help() function in NS::Class
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h419 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 Dtestfilerunner.m578 void help(const char *whoami) { function
/llvm-project/llvm/utils/release/
H A Dbuild_llvm_release.bat31 set help= variable
/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp81 llvm::StringRef help, llvm::StringRef syntax, in CommandAlias()
H A DCommandObject.cpp44 llvm::StringRef name, llvm::StringRef help, in CommandObject() argument
/llvm-project/lldb/examples/python/templates/
H A Dparsed_cmd.py242 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 Dremez.jl1038 function help() function
/llvm-project/libcxx/utils/libcxx/test/
H A Ddsl.py713 def __init__(self, name, type, help, actions, choices=None, default=None): argument
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp742 EnableCommand(CommandInterpreter & interpreter,bool enable,const char * name,const char * help,const char * syntax) EnableCommand() argument