Home
last modified time | relevance | path

Searched refs:AppendString (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDStringList.h37 void AppendString(const std::string &s);
39 void AppendString(std::string &&s);
41 void AppendString(const char *str);
43 void AppendString(const char *str, size_t str_len);
45 void AppendString(llvm::StringRef str);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDStringList.cpp38 void StringList::AppendString(const char *str) { in AppendString() function in StringList
43 void StringList::AppendString(const std::string &s) { m_strings.push_back(s); } in AppendString() function in StringList
45 void StringList::AppendString(std::string &&s) { m_strings.push_back(s); } in AppendString() function in StringList
47 void StringList::AppendString(const char *str, size_t str_len) { in AppendString() function in StringList
52 void StringList::AppendString(llvm::StringRef str) { in AppendString() function in StringList
206 AppendString(str); in operator <<()
211 AppendString(str); in operator <<()
HDCompletionRequest.cpp74 matches.AppendString(completion.GetCompletion()); in GetMatches()
80 descriptions.AppendString(completion.GetDescription()); in GetDescriptions()
HDArchSpec.cpp246 list.AppendString(g_core_definitions[i].name); in ListSupportedArchNames()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBStringList.cpp62 void SBStringList::AppendString(const char *str) { in AppendString() function in SBStringList
63 LLDB_RECORD_METHOD(void, SBStringList, AppendString, (const char *), str); in AppendString()
67 m_opaque_up->AppendString(str); in AppendString()
150 LLDB_REGISTER_METHOD(void, SBStringList, AppendString, (const char *)); in RegisterMethods()
HDSBStructuredData.cpp147 keys.AppendString(key.str().c_str()); in GetKeys()
HDSBBreakpoint.cpp710 names.AppendString(name.c_str()); in GetNames()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_printf.cpp103 static int AppendString(char **buff, const char *buff_end, int width, in AppendString() function
121 result += AppendString(buff, buff_end, 0, -1, "0x"); in AppendPointer()
200 result += AppendString(&buff, buff_end, left_justified ? -width : width, in VSNPrintf()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectMultiword.cpp39 matches->AppendString(sub_cmd); in GetSubcommandSP()
247 commands_found.AppendString(complete_command_name.GetString()); in AproposAllSubCommands()
248 commands_help.AppendString(sub_cmd_obj->GetHelp()); in AproposAllSubCommands()
HDCommandObjectWatchpointCommand.cpp260 data_up->user_source.AppendString(oneliner); in SetWatchpointCommandCallback()
HDCommandObjectBreakpointCommand.cpp270 cmd_data->user_source.AppendString(oneliner); in SetBreakpointCommandCallback()
HDCommandObjectExpression.cpp661 history.AppendString(fixed_command); in DoExecute()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBStringList.i27 AppendString (const char *str);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
HDScriptInterpreterPython.cpp1360 data_up->user_source.AppendString(oneliner); in SetWatchpointCommandCallback()
1401 auto_generated_function.AppendString(signature); in GenerateFunction()
1402 auto_generated_function.AppendString( in GenerateFunction()
1404 auto_generated_function.AppendString( in GenerateFunction()
1407 auto_generated_function.AppendString( in GenerateFunction()
1409 auto_generated_function.AppendString( in GenerateFunction()
1416 auto_generated_function.AppendString(" if True:"); in GenerateFunction()
1420 auto_generated_function.AppendString(sstr.GetData()); in GenerateFunction()
1422 auto_generated_function.AppendString( in GenerateFunction()
1425 auto_generated_function.AppendString( in GenerateFunction()
[all …]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandHistory.h39 void AppendString(llvm::StringRef str, bool reject_if_dupe = true);
HDCommandObject.h45 matches.AppendString(iter->first.c_str());
47 descriptions->AppendString(iter->second->GetHelp());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBStringList.h30 void AppendString(const char *str);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandHistory.cpp82 void CommandHistory::AppendString(llvm::StringRef str, bool reject_if_dupe) { in AppendString() function in CommandHistory
HDCommandInterpreter.cpp953 matches->AppendString(cmd_str); in GetCommandSP()
955 descriptions->AppendString(command_sp->GetHelp()); in GetCommandSP()
1082 matches->AppendString(command_obj->GetCommandName()); in GetCommandObject()
1084 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject()
1745 m_command_history.AppendString(original_command_string); in HandleCommand()
2610 commands_found.AppendString(cmd_obj->GetCommandName()); in FindCommandsForApropos()
2611 commands_help.AppendString(cmd_obj->GetHelp()); in FindCommandsForApropos()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp444 lines.AppendString(m_utf8conv.to_bytes(line)); in GetInputAsStringList()
446 lines.AppendString(line); in GetInputAsStringList()
631 lines.AppendString(m_utf8conv.to_bytes(new_line_fragment)); in BreakLineCommand()
633 lines.AppendString(new_line_fragment); in BreakLineCommand()
805 lines.AppendString(""); in NextLineCommand()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDIOHandler.cpp510 lines.AppendString(line); in GetLines()
HDFormatEntity.cpp2368 matches.AppendString(MakeMatch(prefix, def->children[i].name)); in AddMatches()
2371 matches.AppendString( in AddMatches()
HDIOHandlerCursesGUI.cpp2731 m_text.AppendString(""); in HelpDialogDelegate()
2738 m_text.AppendString(key_description.GetString()); in HelpDialogDelegate()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDREPL.cpp189 m_code.AppendString(""); in IOHandlerInputComplete()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointOptions.cpp100 data_up->user_source.AppendString(elem_string); in CreateFromStructuredData()

12