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

References

tools/lldb/include/lldb/Core/StructuredDataImpl.h
  140     llvm::StringRef result = m_data_sp->GetStringValue();
tools/lldb/source/API/SBStructuredData.cpp
  146     llvm::StringRef key = object->GetStringValue("");
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
  482           info_dict->GetValueForKey("shared_cache_uuid")->GetStringValue();
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
  248       ->GetStringValue() != "MainThreadChecker")
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  620       report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() ==
  730         loc->GetAsDictionary()->GetValueForKey("type")->GetStringValue();
  960             ->GetStringValue() == "external-race") {
  964                    ->GetStringValue() == "swift-access-race") {
  981         o->GetAsDictionary()->GetValueForKey("type")->GetStringValue();
 1052           ->GetStringValue() != "ThreadSanitizer")
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  313           ->GetStringValue() != "UndefinedBehaviorSanitizer")
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  775           description = object_sp->GetStringValue();
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 2557       socket_name = socket_name_osp->GetStringValue();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2068       thread_name = object->GetStringValue();
 2073       queue_name = object->GetStringValue();
 2075       std::string queue_kind_str = object->GetStringValue();
 2099       reason = object->GetStringValue();
 2101       description = object->GetStringValue();
 2112                 expedited_register_map[reg] = object->GetStringValue();
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  309   EXPECT_EQ(test_string, string_sp->GetStringValue());