Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp326 StackTrieNode *PreviousCursor = nullptr; in exportAsChromeTraceEventFormat() local
334 PreviousCursor = StackCursor; in exportAsChromeTraceEventFormat()
336 } while (PreviousCursor->FuncId != R.FuncId && StackCursor != nullptr); in exportAsChromeTraceEventFormat()