Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFrame.h123 lldb::SBBlock GetFrameBlock() const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h222 Block *GetFrameBlock();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DExpressionSourceCode.cpp216 if (Block *block = frame->GetFrameBlock()) { in GetText()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp383 Block *frame_block = stack_sp->GetFrameBlock(); in DoWillResume()
H A DStackFrame.cpp148 SymbolContextScope *scope = GetFrameBlock(); in GetStackID()
241 Block *StackFrame::GetFrameBlock() { in GetFrameBlock() function in StackFrame
420 Block *frame_block = GetFrameBlock(); in GetVariableList()
1675 Block *frame_block = GetFrameBlock(); in GuessValueForRegisterAndOffset()
H A DThreadPlanStepOut.cpp439 Block *from_block = immediate_return_from_sp->GetFrameBlock(); in QueueInlinedStepPlan()
H A DStackFrameList.cpp105 Block *block_ptr = m_frames[0]->GetFrameBlock(); in ResetCurrentInlinedDepth()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp362 if (Block *block = frame->GetFrameBlock()) { in SetupDeclVendor()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp312 SBBlock SBFrame::GetFrameBlock() const { in GetFrameBlock() function in SBFrame
326 sb_block.SetPtr(frame->GetFrameBlock()); in GetFrameBlock()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DIOHandler.cpp3021 frame_block = frame->GetFrameBlock(); in WindowDelegateDraw()