HomeSort by relevance Sort by last modified time
    Searched refs:AddressRange (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.h 91 struct AddressRange {
98 AddressRange ranges_[kMaxNumberOfAddressRanges];
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp 252 int64_t LinkedCIEOffset, uint64_t InitialLocation, uint64_t AddressRange)
254 InitialLocation(InitialLocation), AddressRange(AddressRange),
266 (uint32_t)InitialLocation + (uint32_t)AddressRange);
280 uint64_t AddressRange;
358 uint64_t AddressRange = Data.getAddress(&Offset);
361 InitialLocation, AddressRange);
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h 142 typedef std::pair<net::IPAddressNumber, size_t> AddressRange;
257 std::vector<AddressRange> private_networks_;
client_side_detection_service.cc 141 for (std::vector<AddressRange>::const_iterator it =

Completed in 825 milliseconds