Searched defs:AddressRange (Results 1 - 7 of 7) sorted by relevance

/external/lldb/source/Core/
H A DAddressRange.cpp1 //===-- AddressRange.cpp ----------------------------------------*- C++ -*-===//
10 #include "lldb/Core/AddressRange.h"
19 AddressRange::AddressRange () : function in class:AddressRange
25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) : function in class:AddressRange
31 AddressRange::AddressRange (const lldb::SectionSP &section, addr_t offset, addr_t byte_size) : function in class:AddressRange
37 AddressRange::AddressRange (cons function in class:AddressRange
[all...]
H A DStream.cpp171 Stream::AddressRange(uint64_t lo_addr, uint64_t hi_addr, uint32_t addr_size, const char *prefix, const char *suffix) function in class:Stream
/external/lldb/include/lldb/Core/
H A DAddressRange.h1 //===-- AddressRange.h ------------------------------------------*- C++ -*-===//
18 /// @class AddressRange AddressRange.h "lldb/Core/AddressRange.h"
21 class AddressRange class in namespace:lldb_private
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/
H A Dstacktrace_unittest.cc49 struct AddressRange { struct in namespace:__anon15576
54 AddressRange expected_range[BACKTRACE_STEPS];
101 void CheckRetAddrIsInFunction(void *ret_addr, const AddressRange &range)
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dstacktrace_unittest.cc49 struct AddressRange { struct in namespace:__anon15619
54 AddressRange expected_range[BACKTRACE_STEPS];
101 void CheckRetAddrIsInFunction(void *ret_addr, const AddressRange &range)
/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_service.h194 typedef std::pair<net::IPAddressNumber, size_t> AddressRange; typedef in class:safe_browsing::ClientSideDetectionService
/external/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp248 uint64_t InitialLocation, uint64_t AddressRange)
250 InitialLocation(InitialLocation), AddressRange(AddressRange),
262 (uint32_t)InitialLocation + (uint32_t)AddressRange);
276 uint64_t AddressRange; member in class:__anon25835::FDE
347 uint64_t AddressRange = Data.getAddress(&Offset); local
350 InitialLocation, AddressRange));
247 FDE(uint64_t Offset, uint64_t Length, int64_t LinkedCIEOffset, uint64_t InitialLocation, uint64_t AddressRange) argument

Completed in 266 milliseconds