Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrame.i66 GetFrameID () const;
356 …idx = property(GetFrameID, None, doc='''A read only property that returns the zero based stack fra…
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h33 uint32_t GetFrameID() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp299 uint32_t SBFrame::GetFrameID() const { in GetFrameID() function in SBFrame
300 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBFrame, GetFrameID); in GetFrameID()
1313 LLDB_REGISTER_METHOD_CONST(uint32_t, SBFrame, GetFrameID, ()); in RegisterMethods()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp26454 result = (uint32_t)((lldb::SBFrame const *)arg1)->GetFrameID(); in _wrap_SBFrame_GetFrameID()