Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h38 void AppendString(const std::string &s);
40 void AppendString(std::string &&s);
42 void AppendString(const char *str);
44 void AppendString(const char *str, size_t str_len);
46 void AppendString(llvm::StringRef str);
48 void AppendString(const llvm::Twine &str);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStringList.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) { in AppendString() function in StringList
49 void StringList::AppendString(const char *str, size_t str_len) { in AppendString() function in StringList
54 void StringList::AppendString(llvm::StringRef str) { in AppendString() function in StringList
58 void StringList::AppendString(const llvm::Twine &str) { in AppendString() function in StringList
212 AppendString(str); in operator <<()
217 AppendString(str); in operator <<()
H A DCompletionRequest.cpp74 matches.AppendString(completion.GetCompletion()); in GetMatches()
80 descriptions.AppendString(completion.GetDescription()); in GetDescriptions()
H A DArchSpec.cpp269 list.AppendString(def.name); in ListSupportedArchNames()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStringList.cpp65 void SBStringList::AppendString(const char *str) { in AppendString() function in SBStringList
70 m_opaque_up->AppendString(str); in AppendString()
H A DSBEnvironment.cpp96 entries.AppendString(Environment::compose(KV).c_str()); in GetEntries()
H A DSBStructuredData.cpp167 keys->AppendString(key); in GetKeys()
H A DSBBreakpoint.cpp718 names.AppendString(name.c_str()); in GetNames()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1275 data_up->user_source.AppendString(user_input); in SetWatchpointCommandCallback()
1315 auto_generated_function.AppendString(signature); in GenerateFunction()
1316 auto_generated_function.AppendString( in GenerateFunction()
1318 auto_generated_function.AppendString( in GenerateFunction()
1321 auto_generated_function.AppendString( in GenerateFunction()
1323 auto_generated_function.AppendString( in GenerateFunction()
1334 auto_generated_function.AppendString(sstr.GetData()); in GenerateFunction()
1340 auto_generated_function.AppendString( in GenerateFunction()
1342 auto_generated_function.AppendString( in GenerateFunction()
1350 auto_generated_function.AppendString(sstr.GetData()); in GenerateFunction()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_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()
202 result += AppendString(&buff, buff_end, left_justified ? -width : width, in VSNPrintf()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandHistory.h40 void AppendString(llvm::StringRef str, bool reject_if_dupe = true);
H A DCommandObject.h47 matches.AppendString(iter->first.c_str());
49 descriptions->AppendString(iter->second->GetHelp());
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStringList.h30 void AppendString(const char *str);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandHistory.cpp79 void CommandHistory::AppendString(llvm::StringRef str, bool reject_if_dupe) { in AppendString() function in CommandHistory
H A DCommandInterpreter.cpp1135 matches->AppendString(cmd_str); in GetCommandSP()
1137 descriptions->AppendString(command_sp->GetHelp()); in GetCommandSP()
1279 matches->AppendString(exact_cmd->GetCommandName()); in GetUserCommandObject()
1281 descriptions->AppendString(exact_cmd->GetHelp()); in GetUserCommandObject()
2016 m_command_history.AppendString(original_command_string); in HandleCommand()
2954 commands_found.AppendString(command_name); in FindCommandsForApropos()
2955 commands_help.AppendString(cmd_obj->GetHelp()); in FindCommandsForApropos()
2965 commands_found.AppendString(qualified_name); in FindCommandsForApropos()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp447 lines.AppendString(m_utf8conv.to_bytes(line)); in GetInputAsStringList()
449 lines.AppendString(line); in GetInputAsStringList()
639 lines.AppendString(m_utf8conv.to_bytes(new_line_fragment)); in BreakLineCommand()
641 lines.AppendString(new_line_fragment); in BreakLineCommand()
811 lines.AppendString(""); in NextLineCommand()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp220 data_up->user_source.AppendString(oneliner); in SetWatchpointCommandCallback()
H A DCommandObjectMultiword.cpp50 matches->AppendString(sub_cmd); in GetSubcommandSP()
H A DCommandObjectBreakpointCommand.cpp234 cmd_data->user_source.AppendString(oneliner); in SetBreakpointCommandCallback()
H A DCommandObjectExpression.cpp684 history.AppendString(fixed_command); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5346 details.AppendString(module_stream.GetString()); in ComputeDetailsList()
5354 details.AppendString(compile_unit_stream.GetString()); in ComputeDetailsList()
5361 details.AppendString(function_stream.GetString()); in ComputeDetailsList()
5368 details.AppendString(location_stream.GetString()); in ComputeDetailsList()
5380 details.AppendString(symbol_stream.GetString()); in ComputeDetailsList()
5389 details.AppendString(address_stream.GetString()); in ComputeDetailsList()
5402 details.AppendString(indirect_target_stream.GetString()); in ComputeDetailsList()
5409 details.AppendString(resolved_stream.GetString()); in ComputeDetailsList()
5414 details.AppendString(hardware_stream.GetString()); in ComputeDetailsList()
5419 details.AppendString(hit_count_stream.GetString()); in ComputeDetailsList()
[all …]
H A DIOHandler.cpp562 lines.AppendString(line); in Run()
H A DFormatEntity.cpp2383 matches.AppendString(MakeMatch(prefix, def->children[i].name)); in AddMatches()
2386 matches.AppendString( in AddMatches()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp228 m_code.AppendString(""); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp93 data_up->user_source.AppendString(*maybe_elem_string); in CreateFromStructuredData()

12