HomeSort by relevance Sort by last modified time
    Searched refs:DescriptorColl (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/DebugInfo/
DWARFDebugArangeSet.h 47 typedef std::vector<Descriptor> DescriptorColl;
48 typedef iterator_range<DescriptorColl::const_iterator> desc_iterator_range;
52 DescriptorColl ArangeDescriptors;
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugArangeSet.h 66 typedef std::vector<Descriptor> DescriptorColl;
67 typedef DescriptorColl::iterator DescriptorIter;
68 typedef DescriptorColl::const_iterator DescriptorConstIter;
73 DescriptorColl m_arange_descriptors;
DWARFDebugPubnamesSet.h 83 typedef std::vector<Descriptor> DescriptorColl;
84 typedef DescriptorColl::iterator DescriptorIter;
85 typedef DescriptorColl::const_iterator DescriptorConstIter;
95 DescriptorColl m_descriptors;

Completed in 298 milliseconds