Home
last modified time | relevance | path

Searched refs:EncodeEscapeSequences (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueString.cpp82 Args::EncodeEscapeSequences(value_str.c_str(), str); in SetValueFromString()
110 Args::EncodeEscapeSequences(value_str.c_str(), m_current_value); in SetValueFromString()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h268 /// EncodeEscapeSequences will change the textual representation of common
274 static void EncodeEscapeSequences(const char *src, std::string &dst);
280 /// the help for EncodeEscapeSequences, then it will be encoded as octal.
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp453 void Args::EncodeEscapeSequences(const char *src, std::string &dst) { in EncodeEscapeSequences() function in Args