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

/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugArangeSet.h46 typedef std::vector<Descriptor> DescriptorColl; typedef in class:llvm::DWARFDebugArangeSet
47 typedef DescriptorColl::const_iterator DescriptorConstIter;
51 DescriptorColl ArangeDescriptors;
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h66 typedef std::vector<Descriptor> DescriptorColl; typedef in class:DWARFDebugArangeSet
67 typedef DescriptorColl::iterator DescriptorIter;
68 typedef DescriptorColl::const_iterator DescriptorConstIter;
73 DescriptorColl m_arange_descriptors;
H A DDWARFDebugPubnamesSet.h83 typedef std::vector<Descriptor> DescriptorColl; typedef in class:DWARFDebugPubnamesSet
84 typedef DescriptorColl::iterator DescriptorIter;
85 typedef DescriptorColl::const_iterator DescriptorConstIter;
95 DescriptorColl m_descriptors;

Completed in 49 milliseconds