reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Utility/StructuredData.h
  139         return s->GetValue();
  220           result = string_value->GetValue();
  239           result = ConstString(string_value->GetValue());
  428           result = string_value->GetValue();
  452           result = ConstString(string_value->GetValue());
tools/lldb/source/API/SBThread.cpp
  523             strm.Printf("%s", node->GetAsString()->GetValue().str().c_str());
tools/lldb/source/Core/FormatEntity.cpp
 1031       s.Format("{0}", value->GetAsString()->GetValue());
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
  371         image->GetValueForKey("pathname")->GetAsString()->GetValue(),
  388                                 ->GetValue();
  408               ->GetValue();
  440           ConstString(seg->GetValueForKey("name")->GetAsString()->GetValue());
  477         image->GetValueForKey("uuid")->GetAsString()->GetValue());
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
  196                                 ->GetValue();
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
  177                                 ->GetValue();
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  493                                 ->GetValue();
  618                             ->GetValue();
  663                                   ->GetValue();
  762                                     ->GetValue();
tools/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
  339       std::string value = reg_context_data->GetValue();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  357             std::string triple_string = triple_string_value->GetValue();
tools/lldb/source/Target/Process.cpp
 5889         const_type_names.insert(ConstString(type_name->GetValue()));
 5890         LLDB_LOG(log, "- {0}", type_name->GetValue());
tools/lldb/source/Target/Thread.cpp
 1990                     name->GetAsString()->GetValue(),
 2006                     breadcrumb_text->GetAsString()->GetValue());
 2026               strm.Format("    {0}\n", message_text->GetAsString()->GetValue());
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  392   EXPECT_EQ(string_value1, string_sp->GetValue());
  554   EXPECT_EQ(string_value0, string_sp->GetValue());