Home
last modified time | relevance | path

Searched refs:DescriptorColl (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugArangeSet.h66 typedef std::vector<Descriptor> DescriptorColl; typedef
67 typedef DescriptorColl::iterator DescriptorIter;
68 typedef DescriptorColl::const_iterator DescriptorConstIter;
73 DescriptorColl m_arange_descriptors;
DDWARFDebugPubnamesSet.h83 typedef std::vector<Descriptor> DescriptorColl; typedef
84 typedef DescriptorColl::iterator DescriptorIter;
85 typedef DescriptorColl::const_iterator DescriptorConstIter;
95 DescriptorColl m_descriptors;
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugArangeSet.h47 typedef std::vector<Descriptor> DescriptorColl; typedef
48 typedef iterator_range<DescriptorColl::const_iterator> desc_iterator_range;
52 DescriptorColl ArangeDescriptors;