26 return llvm::any_of(coll,
32 return llvm::any_of(coll,
37 uint32_t addr_width)
const {
static bool ContainsRange(const VMRange::collection &coll, const VMRange &range)
static bool ContainsValue(const VMRange::collection &coll, lldb::addr_t value)
lldb::addr_t GetEndAddress() const
lldb::addr_t GetBaseAddress() const
bool Contains(lldb::addr_t addr) const
std::vector< VMRange > collection
void Dump(llvm::raw_ostream &s, lldb::addr_t base_addr=0, uint32_t addr_width=8) const
A class that represents a running process on the host machine.
void DumpAddressRange(llvm::raw_ostream &s, uint64_t lo_addr, uint64_t hi_addr, uint32_t addr_size, const char *prefix=nullptr, const char *suffix=nullptr)
Output an address range to this stream.
bool operator<=(const Scalar &lhs, const Scalar &rhs)
bool operator!=(const Address &lhs, const Address &rhs)
bool operator>(const Address &lhs, const Address &rhs)
bool operator==(const Address &lhs, const Address &rhs)
bool operator<(const Address &lhs, const Address &rhs)
bool operator>=(const Scalar &lhs, const Scalar &rhs)