Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Target/
HDUnwind.h58 return DoCreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
74 DoCreateRegisterContextForFrame(StackFrame *frame) = 0;
HDUnwindLLDB.h80 DoCreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDHistoryUnwind.h30 DoCreateRegisterContextForFrame(StackFrame *frame) override;
HDHistoryUnwind.cpp41 HistoryUnwind::DoCreateRegisterContextForFrame(StackFrame *frame) { in DoCreateRegisterContextForFrame() function in HistoryUnwind
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDUnwindLLDB.cpp439 UnwindLLDB::DoCreateRegisterContextForFrame(StackFrame *frame) { in DoCreateRegisterContextForFrame() function in UnwindLLDB