Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp213 ValueObjectSP trace_value_object = in CreateStackTrace() local
215 size_t count = trace_value_object->GetNumChildren(); in CreateStackTrace()
218 trace_value_object->GetChildAtIndex(j, true)->GetValueAsUnsigned(0); in CreateStackTrace()