Home
last modified time | relevance | path

Searched refs:value_strm (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp1357 StreamString value_strm; in GetInternalVariableValue() local
1358 value_sp->DumpValue(&exe_ctx, value_strm, OptionValue::eDumpOptionValue); in GetInternalVariableValue()
1359 const std::string &value_str = std::string(value_strm.GetString()); in GetInternalVariableValue()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1782 StreamString value_strm; in PreprocessCommand() local
1784 scalar.GetValue(&value_strm, show_type); in PreprocessCommand()
1785 size_t value_string_size = value_strm.GetSize(); in PreprocessCommand()
1787 command.insert(start_backtick, std::string(value_strm.GetString())); in PreprocessCommand()