| /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 | 277 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 | 172 keys->AppendString(key); in GetKeys()
|
| H A D | SBBreakpoint.cpp | 719 names.AppendString(name.c_str()); in GetNames()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1254 data_up->user_source.AppendString(user_input); in SetWatchpointCommandCallback() 1295 auto_generated_function.AppendString(signature); in GenerateFunction() 1296 auto_generated_function.AppendString( in GenerateFunction() 1298 auto_generated_function.AppendString( in GenerateFunction() 1301 auto_generated_function.AppendString( in GenerateFunction() 1303 auto_generated_function.AppendString( in GenerateFunction() 1314 auto_generated_function.AppendString(sstr.GetData()); in GenerateFunction() 1321 auto_generated_function.AppendString( in GenerateFunction() 1323 auto_generated_function.AppendString( in GenerateFunction() 1331 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(name); 49 descriptions->AppendString(cmd->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 | 1191 matches->AppendString(cmd_str); in GetCommandSP() 1193 descriptions->AppendString(command_sp->GetHelp()); in GetCommandSP() 1337 matches->AppendString(exact_cmd->GetCommandName()); in GetUserCommandObject() 1339 descriptions->AppendString(exact_cmd->GetHelp()); in GetUserCommandObject() 1375 matches->AppendString(exact_cmd->GetCommandName()); in GetAliasCommandObject() 1378 descriptions->AppendString(exact_cmd->GetHelp()); in GetAliasCommandObject() 2154 m_command_history.AppendString(original_command_string); in HandleCommand() 3106 commands_found.AppendString(command_name); in FindCommandsForApropos() 3107 commands_help.AppendString(cmd_obj->GetHelp()); in FindCommandsForApropos() 3117 commands_found.AppendString(qualified_name); in FindCommandsForApropos()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Editline.cpp | 469 lines.AppendString(buffer); in GetInputAsStringList() 471 lines.AppendString(line); in GetInputAsStringList() 667 lines.AppendString(buffer); in BreakLineCommand() 669 lines.AppendString(new_line_fragment); in BreakLineCommand() 845 lines.AppendString(""); in NextLineCommand()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectWatchpointCommand.cpp | 224 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 | 236 cmd_data->user_source.AppendString(oneliner); in SetBreakpointCommandCallback()
|
| H A D | CommandObjectExpression.cpp | 683 history.AppendString(fixed_command); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 5348 details.AppendString(module_stream.GetString()); in ComputeDetailsList() 5356 details.AppendString(compile_unit_stream.GetString()); in ComputeDetailsList() 5363 details.AppendString(function_stream.GetString()); in ComputeDetailsList() 5370 details.AppendString(location_stream.GetString()); in ComputeDetailsList() 5382 details.AppendString(symbol_stream.GetString()); in ComputeDetailsList() 5391 details.AppendString(address_stream.GetString()); in ComputeDetailsList() 5404 details.AppendString(indirect_target_stream.GetString()); in ComputeDetailsList() 5411 details.AppendString(resolved_stream.GetString()); in ComputeDetailsList() 5416 details.AppendString(hardware_stream.GetString()); in ComputeDetailsList() 5421 details.AppendString(hit_count_stream.GetString()); in ComputeDetailsList() [all …]
|
| H A D | IOHandler.cpp | 565 lines.AppendString(line); in GetLines()
|
| H A D | FormatEntity.cpp | 2523 matches.AppendString(MakeMatch(prefix, def->children[i].name)); in AddMatches() 2526 matches.AppendString( in AddMatches()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 230 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()
|