Searched refs:RangeVector (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h103 RangeVector<lldb::addr_t, uint32_t> m_free_blocks;
105 RangeVector<lldb::addr_t, uint32_t> m_reserved_blocks;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h56 typedef RangeVector<lldb::addr_t, uint32_t> FunctionAddressAndSizeVector;
H A DVariable.h27 typedef RangeVector<lldb::addr_t, lldb::addr_t> RangeList;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp826 // Add all the section file start address & size to the RangeVector, recusively
829 RangeVector<addr_t, addr_t> &section_ranges) {
836 // If this section has children, add the children to the RangeVector.
837 // Else add this section to the RangeVector.
844 RangeVector<addr_t, addr_t>::Entry entry;
874 // Create a RangeVector with the start & size of all the sections for
880 RangeVector<addr_t, addr_t> section_ranges;
895 const RangeVector<addr_t, addr_t>::Entry *containing_section =
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h332 template <typename B, typename S> class RangeVector { class in namespace:lldb_private
339 RangeVector() = default;
341 ~RangeVector() = default;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h291 using FlashRangeVector = lldb_private::RangeVector<lldb::addr_t, size_t>;

Completed in 126 milliseconds