Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp703 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
847 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in NotifyBreakpointHit()
949 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
951 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()
953 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()
963 if (main_info->GetObjectForDotSeparatedPath("issue_type") in GenerateThreadName()
967 } else if (main_info->GetObjectForDotSeparatedPath("issue_type") in GenerateThreadName()
1000 o->GetObjectForDotSeparatedPath("mutex_id")->GetIntegerValue(); in GenerateThreadName()
1019 info->GetObjectForDotSeparatedPath(path)->GetAsArray()->ForEach( in AddThreadsForPath()
1032 o->GetObjectForDotSeparatedPath("thread_os_id"); in AddThreadsForPath()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp251 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()
256 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
266 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp309 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()
314 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
324 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1794 thread_info->GetObjectForDotSeparatedPath("activity"); in GetDescription()
1796 thread_info->GetObjectForDotSeparatedPath("breadcrumb"); in GetDescription()
1798 thread_info->GetObjectForDotSeparatedPath("trace_messages"); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h150 ObjectSP GetObjectForDotSeparatedPath(llvm::StringRef path);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp467 info_root_sp->GetObjectForDotSeparatedPath(path); in GetInfoItemByPathAsString()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1012 thread_info_dictionary->GetObjectForDotSeparatedPath(path); in FormatThreadExtendedInfoRecurse()