#include "lldb/Utility/VMRange.h"
#include "lldb/Utility/Stream.h"
#include "lldb/lldb-types.h"
#include <algorithm>
#include <iterator>
#include <vector>
#include <cstddef>
#include <cstdint>
usingnamespacelldb;
usingnamespacelldb_private;
bool VMRange::ContainsValue(const VMRange::collection &coll,
lldb::addr_t value) { … }
bool VMRange::ContainsRange(const VMRange::collection &coll,
const VMRange &range) { … }
void VMRange::Dump(llvm::raw_ostream &s, lldb::addr_t offset,
uint32_t addr_width) const { … }
bool lldb_private::operator==(const VMRange &lhs, const VMRange &rhs) { … }
bool lldb_private::operator!=(const VMRange &lhs, const VMRange &rhs) { … }
bool lldb_private::operator<(const VMRange &lhs, const VMRange &rhs) { … }
bool lldb_private::operator<=(const VMRange &lhs, const VMRange &rhs) { … }
bool lldb_private::operator>(const VMRange &lhs, const VMRange &rhs) { … }
bool lldb_private::operator>=(const VMRange &lhs, const VMRange &rhs) { … }