Home
last modified time | relevance | path

Searched refs:GetObjectForDotSeparatedPath (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp701 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
845 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in NotifyBreakpointHit()
947 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
949 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()
951 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()
961 if (main_info->GetObjectForDotSeparatedPath("issue_type") in GenerateThreadName()
965 } else if (main_info->GetObjectForDotSeparatedPath("issue_type") in GenerateThreadName()
998 o->GetObjectForDotSeparatedPath("mutex_id")->GetIntegerValue(); in GenerateThreadName()
1017 info->GetObjectForDotSeparatedPath(path)->GetAsArray()->ForEach( in AddThreadsForPath()
1030 o->GetObjectForDotSeparatedPath("thread_os_id"); in AddThreadsForPath()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp246 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()
251 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
261 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp307 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()
312 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
322 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/lldb/source/Utility/
H A DStructuredData.cpp96 StructuredData::Object::GetObjectForDotSeparatedPath(llvm::StringRef path) { in GetObjectForDotSeparatedPath() function in StructuredData::Object
107 return value->GetObjectForDotSeparatedPath(match.second); in GetObjectForDotSeparatedPath()
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DHost.cpp253 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments"); in ShellExpandArguments()
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp1787 thread_info->GetObjectForDotSeparatedPath("activity"); in GetDescription()
1789 thread_info->GetObjectForDotSeparatedPath("breadcrumb"); in GetDescription()
1791 thread_info->GetObjectForDotSeparatedPath("trace_messages"); in GetDescription()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DStructuredData.h150 ObjectSP GetObjectForDotSeparatedPath(llvm::StringRef path);
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp459 info_root_sp->GetObjectForDotSeparatedPath(path); in GetInfoItemByPathAsString()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm1425 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments");
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1011 thread_info_dictionary->GetObjectForDotSeparatedPath(path); in FormatThreadExtendedInfoRecurse()