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

References

tools/lldb/include/lldb/Utility/RangeMap.h
  593   typedef T DataType;
  628   typedef RangeData<B, S, T> Entry;
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
   38   LineIterator(ObjectFile &obj, Record::Kind section_type, Bookmark bookmark);
   62   Bookmark GetBookmark() const {
   86                                                Bookmark bookmark)
  496 SymbolFileBreakpad::ParseCFIUnwindPlan(const Bookmark &bookmark,
  539 SymbolFileBreakpad::ParseWinUnwindPlan(const Bookmark &bookmark,
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
  150     friend bool operator<(const Bookmark &lhs, const Bookmark &rhs) {
  150     friend bool operator<(const Bookmark &lhs, const Bookmark &rhs) {
  176     CompUnitData(Bookmark bookmark) : bookmark(bookmark) {}
  190     Bookmark bookmark;
  205   lldb::UnwindPlanSP ParseCFIUnwindPlan(const Bookmark &bookmark,
  210   lldb::UnwindPlanSP ParseWinUnwindPlan(const Bookmark &bookmark,
  218   using UnwindMap = RangeDataVector<lldb::addr_t, lldb::addr_t, Bookmark>;