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

References

include/llvm/DebugInfo/DIContext.h
   88     assert(Index < Frames.size());
   89     return Frames[Index];
   93     assert(Index < Frames.size());
   94     return &Frames[Index];
   98     return Frames.size();
  102     Frames.push_back(Frame);
  106     Frames.resize(i);