Home
last modified time | relevance | path

Searched defs:AddressRange (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Core/
DAddressRange.cpp19 AddressRange::AddressRange () : in AddressRange() function in AddressRange
25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) : in AddressRange() function in AddressRange
31 AddressRange::AddressRange (const lldb::SectionSP &section, addr_t offset, addr_t byte_size) : in AddressRange() function in AddressRange
37 AddressRange::AddressRange (const Address& so_addr, addr_t byte_size) : in AddressRange() function in AddressRange
DStream.cpp171 Stream::AddressRange(uint64_t lo_addr, uint64_t hi_addr, uint32_t addr_size, const char *prefix, co… in AddressRange() function in Stream
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
Dstacktrace_unittest.cc49 struct AddressRange { struct
50 const void *start, *end;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
Dstacktrace_unittest.cc49 struct AddressRange { struct
50 const void *start, *end;
/external/llvm/lib/DebugInfo/
DDWARFDebugFrame.cpp248 uint64_t InitialLocation, uint64_t AddressRange) in FDE()
276 uint64_t AddressRange; member in __anon0c7d97310111::FDE
347 uint64_t AddressRange = Data.getAddress(&Offset); in parse() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h497 struct AddressRange { struct
504 AddressRange ranges_[kMaxNumberOfAddressRanges]; argument
/external/chromium_org/chrome/browser/safe_browsing/
Dclient_side_detection_service.h194 typedef std::pair<net::IPAddressNumber, size_t> AddressRange; typedef
/external/lldb/include/lldb/
Dlldb-forward.h25 class AddressRange; variable