Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1025 StreamString value_strm; in GetInternalVariableValue() local
1026 value_sp->DumpValue(&exe_ctx, value_strm, OptionValue::eDumpOptionValue); in GetInternalVariableValue()
1027 const std::string &value_str = value_strm.GetString(); in GetInternalVariableValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1522 StreamString value_strm; in PreprocessCommand() local
1524 scalar.GetValue(&value_strm, show_type); in PreprocessCommand()
1525 size_t value_string_size = value_strm.GetSize(); in PreprocessCommand()
1527 command.insert(start_backtick, value_strm.GetString()); in PreprocessCommand()