Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindMacOSXFrameBackchain.cpp48 const uint32_t frame_count = GetFrameCount(); in DoGetFrameInfoAtIndex()
67 const uint32_t frame_count = GetFrameCount(); in DoCreateRegisterContextForFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DUnwind.h34 uint32_t GetFrameCount() { in GetFrameCount() function