Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp622 report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() == in GenerateSummary()
701 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
703 addr_t addr = o->GetObjectForDotSeparatedPath("address") in GetMainRacyAddress()
845 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in NotifyBreakpointHit()
848 addr_t addr = o->GetObjectForDotSeparatedPath("address") in NotifyBreakpointHit()
948 o->GetObjectForDotSeparatedPath("size")->GetUnsignedIntegerValue(); in GenerateThreadName()
950 o->GetObjectForDotSeparatedPath("thread_id")->GetUnsignedIntegerValue(); in GenerateThreadName()
952 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()
954 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()
956 o->GetObjectForDotSeparatedPath("address")->GetUnsignedIntegerValue(); in GenerateThreadName()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp248 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()
253 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
263 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp306 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()
311 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
321 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp107 StructuredData::Object::GetObjectForDotSeparatedPath(llvm::StringRef path) { in GetObjectForDotSeparatedPath() function in StructuredData::Object
120 return value->GetObjectForDotSeparatedPath(match.second); in GetObjectForDotSeparatedPath()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1865 thread_info->GetObjectForDotSeparatedPath("activity"); in GetDescription()
1867 thread_info->GetObjectForDotSeparatedPath("breadcrumb"); in GetDescription()
1869 thread_info->GetObjectForDotSeparatedPath("trace_messages"); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h172 ObjectSP GetObjectForDotSeparatedPath(llvm::StringRef path);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp465 info_root_sp->GetObjectForDotSeparatedPath(path); in GetInfoItemByPathAsString()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp1096 thread_info_dictionary->GetObjectForDotSeparatedPath(path); in FormatThreadExtendedInfoRecurse()