Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp621 report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() == in GenerateSummary()
703 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
706 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GetMainRacyAddress()
847 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in NotifyBreakpointHit()
851 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in NotifyBreakpointHit()
947 int size = o->GetObjectForDotSeparatedPath("size")->GetIntegerValue(); in GenerateThreadName()
949 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
951 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()
953 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()
954 addr_t addr = o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GenerateThreadName()
[all …]
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp256 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()
261 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
271 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp309 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()
314 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
324 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
/external/llvm-project/lldb/source/Utility/
DStructuredData.cpp96 StructuredData::Object::GetObjectForDotSeparatedPath(llvm::StringRef path) { in GetObjectForDotSeparatedPath() function in StructuredData::Object
107 return value->GetObjectForDotSeparatedPath(match.second); in GetObjectForDotSeparatedPath()
/external/llvm-project/lldb/source/Host/windows/
DHost.cpp254 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments"); in ShellExpandArguments()
/external/llvm-project/lldb/source/Target/
DThread.cpp1802 thread_info->GetObjectForDotSeparatedPath("activity"); in GetDescription()
1804 thread_info->GetObjectForDotSeparatedPath("breadcrumb"); in GetDescription()
1806 thread_info->GetObjectForDotSeparatedPath("trace_messages"); in GetDescription()
/external/llvm-project/lldb/include/lldb/Utility/
DStructuredData.h150 ObjectSP GetObjectForDotSeparatedPath(llvm::StringRef path);
/external/llvm-project/lldb/source/API/
DSBThread.cpp451 info_root_sp->GetObjectForDotSeparatedPath(path); in GetInfoItemByPathAsString()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm1353 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments");
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp1022 thread_info_dictionary->GetObjectForDotSeparatedPath(path); in FormatThreadExtendedInfoRecurse()