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

Declarations

tools/lldb/include/lldb/Utility/StructuredData.h
  150     ObjectSP GetObjectForDotSeparatedPath(llvm::StringRef path);

References

tools/lldb/source/API/SBThread.cpp
  520             info_root_sp->GetObjectForDotSeparatedPath(path);
tools/lldb/source/Core/FormatEntity.cpp
 1018       thread_info_dictionary->GetObjectForDotSeparatedPath(path);
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp
  247   if (info->GetObjectForDotSeparatedPath("instrumentation_class")
  252   auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray();
  262       info->GetObjectForDotSeparatedPath("tid");
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp
  620       report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() ==
  702   report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach(
  705             o->GetObjectForDotSeparatedPath("address")->GetIntegerValue();
  844     report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach(
  848               o->GetObjectForDotSeparatedPath("address")->GetIntegerValue();
  943     int size = o->GetObjectForDotSeparatedPath("size")->GetIntegerValue();
  945         o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue();
  947         o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue();
  949         o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue();
  950     addr_t addr = o->GetObjectForDotSeparatedPath("address")->GetIntegerValue();
  954     if (main_info->GetObjectForDotSeparatedPath("all_addresses_are_same")
  959     if (main_info->GetObjectForDotSeparatedPath("issue_type")
  963     } else if (main_info->GetObjectForDotSeparatedPath("issue_type")
  975         o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue();
  983         o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue();
  985         o->GetObjectForDotSeparatedPath("file_descriptor")->GetIntegerValue();
  996         o->GetObjectForDotSeparatedPath("mutex_id")->GetIntegerValue();
 1003         o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue();
 1015   info->GetObjectForDotSeparatedPath(path)->GetAsArray()->ForEach(
 1018         o->GetObjectForDotSeparatedPath("trace")->GetAsArray()->ForEach(
 1028             o->GetObjectForDotSeparatedPath("thread_os_id");
 1051   if (info->GetObjectForDotSeparatedPath("instrumentation_class")
tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/UBSanRuntime.cpp
  312   if (info->GetObjectForDotSeparatedPath("instrumentation_class")
  317   auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray();
  327       info->GetObjectForDotSeparatedPath("tid");
tools/lldb/source/Target/Thread.cpp
 1976         thread_info->GetObjectForDotSeparatedPath("activity");
 1978         thread_info->GetObjectForDotSeparatedPath("breadcrumb");
 1980         thread_info->GetObjectForDotSeparatedPath("trace_messages");
tools/lldb/source/Utility/StructuredData.cpp
  109         return value->GetObjectForDotSeparatedPath(match.second);