Home
last modified time | relevance | path

Searched refs:CommandArgumentType (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h82 lldb::CommandArgumentType arg_type;
91 lldb::CommandArgumentType arg_type;
97 CommandArgumentData(lldb::CommandArgumentType type = lldb::eArgTypeNone,
119 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
122 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
197 static lldb::CommandArgumentType LookupArgumentName(llvm::StringRef arg_name);
200 FindArgumentDataByType(lldb::CommandArgumentType arg_type);
206 static void GetArgumentHelp(Stream &str, lldb::CommandArgumentType arg_type,
209 static const char *GetArgumentName(lldb::CommandArgumentType arg_type);
374 lldb::CommandArgumentType ID,
[all …]
H A DOptionGroupFile.h24 lldb::CommandArgumentType argument_type,
54 lldb::CommandArgumentType argument_type,
H A DOptionGroupUInt64.h23 lldb::CommandArgumentType argument_type,
H A DOptionGroupString.h22 lldb::CommandArgumentType argument_type,
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i73 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
76 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupFile.cpp19 lldb::CommandArgumentType argument_type, in OptionGroupFile()
48 lldb::CommandArgumentType argument_type, const char *usage_text) in OptionGroupFileList()
H A DCommandObject.cpp367 CommandObject::FindArgumentDataByType(CommandArgumentType arg_type) { in FindArgumentDataByType()
377 void CommandObject::GetArgumentHelp(Stream &str, CommandArgumentType arg_type, in GetArgumentHelp()
408 const char *CommandObject::GetArgumentName(CommandArgumentType arg_type) { in GetArgumentName()
538 CommandArgumentType
540 CommandArgumentType return_type = eArgTypeLastArg; in LookupArgumentName()
898 CommandArgumentType ID, in AddIDsArgumentData()
899 CommandArgumentType IDRange) { in AddIDsArgumentData()
921 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString()
928 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
H A DOptionGroupString.cpp19 lldb::CommandArgumentType argument_type, in OptionGroupString()
H A DOptionGroupUInt64.cpp19 lldb::CommandArgumentType argument_type, in OptionGroupUInt64()
H A DOptions.cpp573 CommandArgumentType arg_type = opt_defs[i].argument_type; in GenerateOptionUsage()
761 lldb::CommandArgumentType option_arg_type = in HandleOptionArgumentCompletion()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h37 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
40 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DOptionDefinition.h44 lldb::CommandArgumentType argument_type;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp525 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString()
528 (const lldb::CommandArgumentType), arg_type); in GetArgumentTypeAsCString()
534 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
537 (const lldb::CommandArgumentType), arg_type); in GetArgumentDescriptionAsCString()
827 (const lldb::CommandArgumentType)); in RegisterMethods()
830 (const lldb::CommandArgumentType)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp182 const CommandArgumentType arg_type = in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h515 enum CommandArgumentType { enum
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst786 CommandArgumentType section in Enumerators
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11569 lldb::CommandArgumentType arg1 ; in _wrap_SBCommandInterpreter_GetArgumentTypeAsCString()
11574 arg1 = (lldb::CommandArgumentType const)(int)lua_tonumber(L, 1); in _wrap_SBCommandInterpreter_GetArgumentTypeAsCString()
11589 lldb::CommandArgumentType arg1 ; in _wrap_SBCommandInterpreter_GetArgumentDescriptionAsCString()
11594 arg1 = (lldb::CommandArgumentType const)(int)lua_tonumber(L, 1); in _wrap_SBCommandInterpreter_GetArgumentDescriptionAsCString()