HomeSort by relevance Sort by last modified time
    Searched defs:DebugMap (Results 1 - 2 of 2) sorted by null

  /external/llvm/tools/dsymutil/
DebugMap.h 1 //===- tools/dsymutil/DebugMap.h - Generic debug map representation -------===//
12 /// This file contains the class declaration of the DebugMap
13 /// entity. A DebugMap lists all the object files linked together to
16 /// The DebugMap is an input to the DwarfLinker class that will
39 /// \brief The DebugMap object stores the list of object files to
44 /// A DebugMap producer could look like this:
45 /// DebugMap *DM = new DebugMap();
53 /// A DebugMap consumer can then use the map to link the debug
64 class DebugMap {
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.h 331 typedef lldb_private::RangeDataVector<lldb::addr_t, lldb::addr_t, OSOEntry> DebugMap;
343 DebugMap m_debug_map;

Completed in 7400 milliseconds