Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObject.h84 lldb::CommandArgumentType arg_type;
94 lldb::CommandArgumentType arg_type;
100 CommandArgumentData(lldb::CommandArgumentType type = lldb::eArgTypeNone,
119 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
122 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
205 static lldb::CommandArgumentType LookupArgumentName(llvm::StringRef arg_name);
208 FindArgumentDataByType(lldb::CommandArgumentType arg_type);
214 static void GetArgumentHelp(Stream &str, lldb::CommandArgumentType arg_type,
217 static const char *GetArgumentName(lldb::CommandArgumentType arg_type);
387 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,
H A DOptionGroupFormat.h19 typedef std::vector<std::tuple<lldb::CommandArgumentType, const char *>>
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandObject.cpp369 CommandObject::FindArgumentDataByType(CommandArgumentType arg_type) { in FindArgumentDataByType()
377 void CommandObject::GetArgumentHelp(Stream &str, CommandArgumentType arg_type, in GetArgumentHelp()
426 const char *CommandObject::GetArgumentName(CommandArgumentType arg_type) { in GetArgumentName()
558 CommandArgumentType
560 CommandArgumentType return_type = eArgTypeLastArg; in LookupArgumentName()
644 CommandArgumentType ID, in AddIDsArgumentData()
645 CommandArgumentType IDRange) { in AddIDsArgumentData()
667 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString()
674 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
H A DOptionGroupFile.cpp19 lldb::CommandArgumentType argument_type, in OptionGroupFile()
48 lldb::CommandArgumentType argument_type, const char *usage_text) in OptionGroupFileList()
H A DOptionGroupString.cpp19 lldb::CommandArgumentType argument_type, in OptionGroupString()
H A DOptionGroupUInt64.cpp19 lldb::CommandArgumentType argument_type, in OptionGroupUInt64()
H A DOptions.cpp706 lldb::CommandArgumentType option_arg_type = in HandleOptionArgumentCompletion()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreter.i73 GetArgumentTypeAsCString (const lldb::CommandArgumentType arg_type);
76 GetArgumentDescriptionAsCString (const lldb::CommandArgumentType arg_type);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h37 GetArgumentTypeAsCString(const lldb::CommandArgumentType arg_type);
40 GetArgumentDescriptionAsCString(const lldb::CommandArgumentType arg_type);
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DOptionDefinition.h44 lldb::CommandArgumentType argument_type;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectHelp.cpp185 const CommandArgumentType arg_type = in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp501 const lldb::CommandArgumentType arg_type) { in GetArgumentTypeAsCString()
508 const lldb::CommandArgumentType arg_type) { in GetArgumentDescriptionAsCString()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h522 enum CommandArgumentType { enum
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst786 CommandArgumentType section in Enumerators