Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Domap_internal.h66 struct AddressRange { struct
70 AddressRange() : rva(0), length(0) { } in AddressRange() argument
71 AddressRange(DWORD rva, DWORD length) : rva(rva), length(length) { } in AddressRange() function
78 int Compare(const AddressRange& rhs) const; argument
/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/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h582 struct AddressRange { struct
583 AddressRange *next; argument
588 AddressRange(uptr beg, uptr end, bool executable) in AddressRange() argument
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp241 uint64_t InitialLocation, uint64_t AddressRange, in FDE()
268 uint64_t AddressRange; member in __anon8c38047d0111::FDE
483 uint64_t AddressRange = Data.getAddress(&Offset); in parse() local
/external/lldb/include/lldb/
Dlldb-forward.h25 class AddressRange; variable