Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DUnwind.h58 return DoCreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
74 DoCreateRegisterContextForFrame(StackFrame *frame) = 0;
DUnwindLLDB.h80 DoCreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DHistoryUnwind.h30 DoCreateRegisterContextForFrame(StackFrame *frame) override;
DHistoryUnwind.cpp41 HistoryUnwind::DoCreateRegisterContextForFrame(StackFrame *frame) { in DoCreateRegisterContextForFrame() function in HistoryUnwind
/openbsd/src/gnu/llvm/lldb/source/Target/
DUnwindLLDB.cpp434 UnwindLLDB::DoCreateRegisterContextForFrame(StackFrame *frame) { in DoCreateRegisterContextForFrame() function in UnwindLLDB