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/
H A DUnwind.h58 return DoCreateRegisterContextForFrame(frame); in CreateRegisterContextForFrame()
74 DoCreateRegisterContextForFrame(StackFrame *frame) = 0;
H A DUnwindLLDB.h80 DoCreateRegisterContextForFrame(lldb_private::StackFrame *frame) override;
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DUnwindLLDB.cpp434 UnwindLLDB::DoCreateRegisterContextForFrame(StackFrame *frame) { in DoCreateRegisterContextForFrame() function in UnwindLLDB