Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp703 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
845 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in NotifyBreakpointHit()
948 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
950 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()
952 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()
962 if (main_info->GetObjectForDotSeparatedPath("issue_type") in GenerateThreadName()
966 } else if (main_info->GetObjectForDotSeparatedPath("issue_type") in GenerateThreadName()
999 o->GetObjectForDotSeparatedPath("mutex_id")->GetIntegerValue(); in GenerateThreadName()
1018 info->GetObjectForDotSeparatedPath(path)->GetAsArray()->ForEach( in AddThreadsForPath()
1031 o->GetObjectForDotSeparatedPath("thread_os_id"); in AddThreadsForPath()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp246 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()
251 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
261 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.cpp311 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()
316 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
326 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStructuredData.cpp153 StructuredData::Object::GetObjectForDotSeparatedPath(llvm::StringRef path) { in GetObjectForDotSeparatedPath() function in StructuredData::Object
164 return value->GetObjectForDotSeparatedPath(match.second); in GetObjectForDotSeparatedPath()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStructuredData.h154 ObjectSP GetObjectForDotSeparatedPath(llvm::StringRef path);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp1989 thread_info->GetObjectForDotSeparatedPath("activity"); in GetDescription()
1991 thread_info->GetObjectForDotSeparatedPath("breadcrumb"); in GetDescription()
1993 thread_info->GetObjectForDotSeparatedPath("trace_messages"); in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp559 info_root_sp->GetObjectForDotSeparatedPath(path); in GetInfoItemByPathAsString()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp1042 thread_info_dictionary->GetObjectForDotSeparatedPath(path); in FormatThreadExtendedInfoRecurse()