Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp622 report->GetObjectForDotSeparatedPath("issue_type")->GetStringValue() == in GenerateSummary()
704 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in GetMainRacyAddress()
707 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GetMainRacyAddress()
848 report->GetObjectForDotSeparatedPath("mops")->GetAsArray()->ForEach( in NotifyBreakpointHit()
852 o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in NotifyBreakpointHit()
949 int size = o->GetObjectForDotSeparatedPath("size")->GetIntegerValue(); in GenerateThreadName()
951 o->GetObjectForDotSeparatedPath("thread_id")->GetIntegerValue(); in GenerateThreadName()
953 o->GetObjectForDotSeparatedPath("is_write")->GetBooleanValue(); in GenerateThreadName()
955 o->GetObjectForDotSeparatedPath("is_atomic")->GetBooleanValue(); in GenerateThreadName()
956 addr_t addr = o->GetObjectForDotSeparatedPath("address")->GetIntegerValue(); in GenerateThreadName()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp247 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()
252 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
262 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp308 if (info->GetObjectForDotSeparatedPath("instrumentation_class") in GetBacktracesFromExtendedStopInfo()
313 auto trace = info->GetObjectForDotSeparatedPath("trace")->GetAsArray(); in GetBacktracesFromExtendedStopInfo()
323 info->GetObjectForDotSeparatedPath("tid"); in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStructuredData.cpp104 StructuredData::Object::GetObjectForDotSeparatedPath(llvm::StringRef path) { in GetObjectForDotSeparatedPath() function in StructuredData::Object
115 return value->GetObjectForDotSeparatedPath(match.second); in GetObjectForDotSeparatedPath()
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DHost.cpp253 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments"); in ShellExpandArguments()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThread.cpp1814 thread_info->GetObjectForDotSeparatedPath("activity"); in GetDescription()
1816 thread_info->GetObjectForDotSeparatedPath("breadcrumb"); in GetDescription()
1818 thread_info->GetObjectForDotSeparatedPath("trace_messages"); in GetDescription()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DStructuredData.h150 ObjectSP GetObjectForDotSeparatedPath(llvm::StringRef path);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp459 info_root_sp->GetObjectForDotSeparatedPath(path); in GetInfoItemByPathAsString()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm1426 auto args_sp = dict_sp->GetObjectForDotSeparatedPath("arguments");
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp1004 thread_info_dictionary->GetObjectForDotSeparatedPath(path); in FormatThreadExtendedInfoRecurse()