Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1303 StreamString value_strm; in GetInternalVariableValue() local
1304 value_sp->DumpValue(&exe_ctx, value_strm, OptionValue::eDumpOptionValue); in GetInternalVariableValue()
1305 const std::string &value_str = std::string(value_strm.GetString()); in GetInternalVariableValue()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1555 StreamString value_strm; in PreprocessCommand() local
1557 scalar.GetValue(&value_strm, show_type); in PreprocessCommand()
1558 size_t value_string_size = value_strm.GetSize(); in PreprocessCommand()
1560 command.insert(start_backtick, std::string(value_strm.GetString())); in PreprocessCommand()