reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/StackFrame.h
  209   Block *GetFrameBlock();

References

tools/lldb/source/API/SBFrame.cpp
  270         sb_block.SetPtr(frame->GetFrameBlock());
tools/lldb/source/Core/IOHandler.cpp
 2990           frame_block = frame->GetFrameBlock();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
  334           if (Block *block = frame->GetFrameBlock()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  363         if (Block *block = frame->GetFrameBlock()) {
  464   Block *block = frame->GetFrameBlock();
tools/lldb/source/Target/StackFrame.cpp
  156       SymbolContextScope *scope = GetFrameBlock();
  426     Block *frame_block = GetFrameBlock();
 1687   Block *frame_block = GetFrameBlock();
tools/lldb/source/Target/StackFrameList.cpp
  106   Block *block_ptr = m_frames[0]->GetFrameBlock();
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  439   Block *from_block = immediate_return_from_sp->GetFrameBlock();
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
  380           Block *frame_block = stack_sp->GetFrameBlock();