Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrameList.cpp732 static bool CompareStackID(const StackFrameSP &stack_sp, in CompareStackID() function
748 std::lower_bound(begin, end, stack_id, CompareStackID); in GetFrameWithStackID()