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

  /external/lldb/source/Core/
AddressRange.cpp 1 //===-- AddressRange.cpp ----------------------------------------*- C++ -*-===//
10 #include "lldb/Core/AddressRange.h"
19 AddressRange::AddressRange () :
25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) :
31 AddressRange::AddressRange (const lldb::SectionSP &section, addr_t offset, addr_t byte_size) :
37 AddressRange::AddressRange (const Address& so_addr, addr_t byte_size)
    [all...]
Stream.cpp 171 Stream::AddressRange(uint64_t lo_addr, uint64_t hi_addr, uint32_t addr_size, const char *prefix, const char *suffix)
  /external/lldb/include/lldb/Core/
AddressRange.h 1 //===-- AddressRange.h ------------------------------------------*- C++ -*-===//
18 /// @class AddressRange AddressRange.h "lldb/Core/AddressRange.h"
21 class AddressRange
30 AddressRange ();
48 AddressRange (const lldb::SectionSP &section, lldb::addr_t offset, lldb::addr_t byte_size);
65 AddressRange (lldb::addr_t file_addr, lldb::addr_t byte_size, const SectionList *section_list = NULL);
79 AddressRange (const Address& so_addr, lldb::addr_t byte_size);
86 ~AddressRange ();
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
stacktrace_unittest.cc 49 struct AddressRange {
54 AddressRange expected_range[BACKTRACE_STEPS];
101 void CheckRetAddrIsInFunction(void *ret_addr, const AddressRange &range)
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
stacktrace_unittest.cc 49 struct AddressRange {
54 AddressRange expected_range[BACKTRACE_STEPS];
101 void CheckRetAddrIsInFunction(void *ret_addr, const AddressRange &range)
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h 194 typedef std::pair<net::IPAddressNumber, size_t> AddressRange;
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp 248 uint64_t InitialLocation, uint64_t AddressRange)
250 InitialLocation(InitialLocation), AddressRange(AddressRange),
262 (uint32_t)InitialLocation + (uint32_t)AddressRange);
276 uint64_t AddressRange;
347 uint64_t AddressRange = Data.getAddress(&Offset);
350 InitialLocation, AddressRange));

Completed in 260 milliseconds