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

References

tools/lldb/include/lldb/Utility/StructuredData.h
  137       String *s = GetAsString();
  219         if (auto string_value = value_sp->GetAsString()) {
  238         if (auto string_value = value_sp->GetAsString()) {
  427         if (auto string_value = value_sp->GetAsString()) {
  451         if (auto string_value = value_sp->GetAsString()) {
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(),
  387                                 ->GetAsString()
  407               ->GetAsString()
  440           ConstString(seg->GetValueForKey("name")->GetAsString()->GetValue());
  477         image->GetValueForKey("uuid")->GetAsString()->GetValue());
tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ASanRuntime.cpp
  195                                 ->GetAsString()
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
  176                                 ->GetAsString()
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  492                                 ->GetAsString()
  617                             ->GetAsString()
  662                                   ->GetAsString()
  761                                     ->GetAsString()
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  356           if (auto triple_string_value = triple_value->GetAsString()) {
tools/lldb/source/Target/Process.cpp
 5883         auto type_name = object->GetAsString();
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
  389   auto string_sp = array_sp->GetItemAtIndex(1)->GetAsString();
  551   auto string_sp = dict_sp->GetValueForKey(string_key0)->GetAsString();