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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.h29 DoCreateRegisterContextForFrame(StackFrame *frame) override;
H A DUnwindMacOSXFrameBackchain.h33 DoCreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
H A DHistoryUnwind.cpp39 HistoryUnwind::DoCreateRegisterContextForFrame(StackFrame *frame) { function in class:HistoryUnwind
H A DUnwindLLDB.h80 DoCreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
H A DUnwindMacOSXFrameBackchain.cpp65 UnwindMacOSXFrameBackchain::DoCreateRegisterContextForFrame(StackFrame *frame) { function in class:UnwindMacOSXFrameBackchain
H A DUnwindLLDB.cpp433 UnwindLLDB::DoCreateRegisterContextForFrame(StackFrame *frame) { function in class:UnwindLLDB
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwind.h58 return DoCreateRegisterContextForFrame(frame);
74 DoCreateRegisterContextForFrame(StackFrame *frame) = 0;

Completed in 267 milliseconds