Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DUnwind.h60 return DoCreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
77 DoCreateRegisterContextForFrame(StackFrame *frame) = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.h31 DoCreateRegisterContextForFrame(StackFrame *frame) override;
H A DUnwindMacOSXFrameBackchain.h33 DoCreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
H A DHistoryUnwind.cpp40 HistoryUnwind::DoCreateRegisterContextForFrame(StackFrame *frame) { in DoCreateRegisterContextForFrame() function in HistoryUnwind
H A DUnwindLLDB.h80 DoCreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
H A DUnwindMacOSXFrameBackchain.cpp64 UnwindMacOSXFrameBackchain::DoCreateRegisterContextForFrame(StackFrame *frame) { in DoCreateRegisterContextForFrame() function in UnwindMacOSXFrameBackchain
H A DUnwindLLDB.cpp420 UnwindLLDB::DoCreateRegisterContextForFrame(StackFrame *frame) { in DoCreateRegisterContextForFrame() function in UnwindLLDB