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

Declarations

tools/lldb/include/lldb/Target/StackFrame.h
  370   bool IsArtificial() const;

References

tools/lldb/source/API/SBFrame.cpp
 1175     return frame->IsArtificial();
tools/lldb/source/Core/FormatEntity.cpp
 1482         return frame->IsArtificial();
tools/lldb/source/Expression/DWARFExpression.cpp
  833   if (!parent_frame->IsArtificial()) {
tools/lldb/source/Target/ThreadPlanStepOut.cpp
   62   while (return_frame_sp->IsArtificial()) {