Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwind.h58 return DoCreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
74 DoCreateRegisterContextForFrame(StackFrame *frame) = 0;
H A DUnwindLLDB.h80 DoCreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.h30 DoCreateRegisterContextForFrame(StackFrame *frame) override;
H A DHistoryUnwind.cpp41 HistoryUnwind::DoCreateRegisterContextForFrame(StackFrame *frame) { in DoCreateRegisterContextForFrame() function in HistoryUnwind
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp434 UnwindLLDB::DoCreateRegisterContextForFrame(StackFrame *frame) { in DoCreateRegisterContextForFrame() function in UnwindLLDB