Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1374 StreamString value_strm; in GetInternalVariableValue() local
1375 value_sp->DumpValue(&exe_ctx, value_strm, OptionValue::eDumpOptionValue); in GetInternalVariableValue()
1376 const std::string &value_str = std::string(value_strm.GetString()); in GetInternalVariableValue()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1801 StreamString value_strm; in PreprocessToken() local
1803 scalar.GetValue(value_strm, show_type); in PreprocessToken()
1804 size_t value_string_size = value_strm.GetSize(); in PreprocessToken()
1806 expr_str = value_strm.GetData(); in PreprocessToken()