Home
last modified time | relevance | path

Searched refs:GetFrameBlock (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameDocstrings.i120 ) lldb::SBFrame::GetFrameBlock;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFrame.h142 lldb::SBBlock GetFrameBlock() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h224 Block *GetFrameBlock();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp365 Block *block = frame->GetFrameBlock(); in SetupDeclVendor()
479 Block *block = frame->GetFrameBlock(); in GetModuleConfig()
H A DClangExpressionSourceCode.cpp381 if (Block *block = frame->GetFrameBlock()) { in GetText()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp410 Block *frame_block = stack_sp->GetFrameBlock(); in DoWillResume()
H A DStackFrame.cpp162 SymbolContextScope *scope = GetFrameBlock(); in GetStackID()
279 Block *StackFrame::GetFrameBlock() { in GetFrameBlock() function in StackFrame
435 Block *frame_block = GetFrameBlock(); in GetVariableList()
1814 Block *frame_block = GetFrameBlock(); in GuessValueForRegisterAndOffset()
H A DThreadPlanStepOut.cpp501 Block *from_block = immediate_return_from_sp->GetFrameBlock(); in QueueInlinedStepPlan()
H A DStopInfo.cpp1204 Block *block_ptr = frame_0_sp->GetFrameBlock(); in GetSuggestedStackFrameIndex()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp253 SBBlock SBFrame::GetFrameBlock() const { in GetFrameBlock() function in SBFrame
268 sb_block.SetPtr(frame->GetFrameBlock()); in GetFrameBlock()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5922 frame_block = frame->GetFrameBlock(); in WindowDelegateDraw()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp31667 result = ((lldb::SBFrame const *)arg1)->GetFrameBlock(); in _wrap_SBFrame_GetFrameBlock()