Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp214 ValueObjectSP trace_value_object = in CreateStackTrace() local
216 size_t count = trace_value_object->GetNumChildrenIgnoringErrors(); in CreateStackTrace()
219 trace_value_object->GetChildAtIndex(j)->GetValueAsUnsigned(0); in CreateStackTrace()