Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBStringList.cpp58 void SBStringList::AppendString(const char *str) { in AppendString() function in SBStringList
63 m_opaque_up->AppendString(str); in AppendString()
H A DSBEnvironment.cpp96 entries.AppendString(Environment::compose(KV).c_str()); in GetEntries()
H A DSBStructuredData.cpp143 keys.AppendString(key.str().c_str()); in GetKeys()
H A DSBBreakpoint.cpp720 names.AppendString(name.c_str()); in GetNames()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBStringList.i30 AppendString (const char *str);
/openbsd-src/gnu/llvm/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());
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBStringList.h30 void AppendString(const char *str);
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1256 data_up->user_source.AppendString(oneliner); 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()
1310 auto_generated_function.AppendString(" if True:"); in GenerateFunction()
1314 auto_generated_function.AppendString(sstr.GetData()); in GenerateFunction()
1316 auto_generated_function.AppendString( in GenerateFunction()
1319 auto_generated_function.AppendString( in GenerateFunction()
[all …]
/openbsd-src/gnu/llvm/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.cpp1109 matches->AppendString(cmd_str); in GetCommandSP()
1111 descriptions->AppendString(command_sp->GetHelp()); in GetCommandSP()
1255 matches->AppendString(command_obj->GetCommandName()); in GetCommandObject()
1257 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject()
1274 matches->AppendString(exact_cmd->GetCommandName()); in GetUserCommandObject()
1276 descriptions->AppendString(exact_cmd->GetHelp()); in GetUserCommandObject()
2019 m_command_history.AppendString(original_command_string); in HandleCommand()
2937 commands_found.AppendString(command_name); in FindCommandsForApropos()
2938 commands_help.AppendString(cmd_obj->GetHelp()); in FindCommandsForApropos()
2948 commands_found.AppendString(qualified_name); in FindCommandsForApropos()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp460 lines.AppendString(m_utf8conv.to_bytes(line)); in GetInputAsStringList()
462 lines.AppendString(line); in GetInputAsStringList()
650 lines.AppendString(m_utf8conv.to_bytes(new_line_fragment)); in BreakLineCommand()
652 lines.AppendString(new_line_fragment); in BreakLineCommand()
822 lines.AppendString(""); in NextLineCommand()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp232 data_up->user_source.AppendString(oneliner); in SetWatchpointCommandCallback()
H A DCommandObjectMultiword.cpp50 matches->AppendString(sub_cmd); in GetSubcommandSP()
H A DCommandObjectBreakpointCommand.cpp246 cmd_data->user_source.AppendString(oneliner); in SetBreakpointCommandCallback()
H A DCommandObjectExpression.cpp648 history.AppendString(fixed_command); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5323 details.AppendString(module_stream.GetString()); in ComputeDetailsList()
5331 details.AppendString(compile_unit_stream.GetString()); in ComputeDetailsList()
5338 details.AppendString(function_stream.GetString()); in ComputeDetailsList()
5345 details.AppendString(location_stream.GetString()); in ComputeDetailsList()
5357 details.AppendString(symbol_stream.GetString()); in ComputeDetailsList()
5366 details.AppendString(address_stream.GetString()); in ComputeDetailsList()
5379 details.AppendString(indirect_target_stream.GetString()); in ComputeDetailsList()
5386 details.AppendString(resolved_stream.GetString()); in ComputeDetailsList()
5391 details.AppendString(hardware_stream.GetString()); in ComputeDetailsList()
5396 details.AppendString(hit_count_stream.GetString()); in ComputeDetailsList()
[all …]
H A DIOHandler.cpp538 lines.AppendString(line); in GetLines()
H A DFormatEntity.cpp2345 matches.AppendString(MakeMatch(prefix, def->children[i].name)); in AddMatches()
2348 matches.AppendString( in AddMatches()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp225 m_code.AppendString(""); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp94 data_up->user_source.AppendString(elem_string); in CreateFromStructuredData()

12