Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-converter.cpp347 int stack_frame_count = 0; in exportAsChromeTraceEventFormat() local
349 if (stack_frame_count++ == 0) in exportAsChromeTraceEventFormat()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6312 uint32_t stack_frame_count = thread_sp->GetStackFrameCount();
6313 for (uint32_t j = 0; j < stack_frame_count; j++) {