Home
last modified time | relevance | path

Searched defs:AppendString (Results 1 – 4 of 4) sorted by relevance

/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
/llvm-project/lldb/source/API/
H A DSBStringList.cpp65 void SBStringList::AppendString(const char *str) { in AppendString() function in SBStringList
/llvm-project/lldb/source/Interpreter/
H A DCommandHistory.cpp79 void CommandHistory::AppendString(llvm::StringRef str, bool reject_if_dupe) { in AppendString() function in CommandHistory
/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