/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StringList.h | 38 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 D | StringList.cpp | 38 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 D | CompletionRequest.cpp | 74 matches.AppendString(completion.GetCompletion()); in GetMatches() 80 descriptions.AppendString(completion.GetDescription()); in GetDescriptions()
|
H A D | ArchSpec.cpp | 269 list.AppendString(def.name); in ListSupportedArchNames()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBStringList.cpp | 65 void SBStringList::AppendString(const char *str) { in AppendString() function in SBStringList 70 m_opaque_up->AppendString(str); in AppendString()
|
H A D | SBEnvironment.cpp | 96 entries.AppendString(Environment::compose(KV).c_str()); in GetEntries()
|
H A D | SBStructuredData.cpp | 167 keys->AppendString(key); in GetKeys()
|
H A D | SBBreakpoint.cpp | 718 names.AppendString(name.c_str()); in GetNames()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptInterpreterPython.cpp | 1275 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 D | sanitizer_printf.cpp | 103 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 D | CommandHistory.h | 40 void AppendString(llvm::StringRef str, bool reject_if_dupe = true);
|
H A D | CommandObject.h | 47 matches.AppendString(iter->first.c_str()); 49 descriptions->AppendString(iter->second->GetHelp());
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBStringList.h | 30 void AppendString(const char *str);
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandHistory.cpp | 79 void CommandHistory::AppendString(llvm::StringRef str, bool reject_if_dupe) { in AppendString() function in CommandHistory
|
H A D | CommandInterpreter.cpp | 1135 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 D | Editline.cpp | 447 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 D | CommandObjectWatchpointCommand.cpp | 220 data_up->user_source.AppendString(oneliner); in SetWatchpointCommandCallback()
|
H A D | CommandObjectMultiword.cpp | 50 matches->AppendString(sub_cmd); in GetSubcommandSP()
|
H A D | CommandObjectBreakpointCommand.cpp | 234 cmd_data->user_source.AppendString(oneliner); in SetBreakpointCommandCallback()
|
H A D | CommandObjectExpression.cpp | 684 history.AppendString(fixed_command); in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 5346 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 D | IOHandler.cpp | 562 lines.AppendString(line); in Run()
|
H A D | FormatEntity.cpp | 2383 matches.AppendString(MakeMatch(prefix, def->children[i].name)); in AddMatches() 2386 matches.AppendString( in AddMatches()
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | REPL.cpp | 228 m_code.AppendString(""); in IOHandlerInputComplete()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointOptions.cpp | 93 data_up->user_source.AppendString(*maybe_elem_string); in CreateFromStructuredData()
|