Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDAddressRange.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
HDStream.cpp171 Stream::AddressRange(uint64_t lo_addr, uint64_t hi_addr, uint32_t addr_size, const char *prefix, co… in AddressRange() function in Stream
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_common.h592 struct AddressRange { struct
593 AddressRange *next; argument
598 AddressRange(uptr beg, uptr end, bool executable) in AddressRange() argument
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugFrame.cpp252 uint64_t InitialLocation, uint64_t AddressRange, in FDE()
279 uint64_t AddressRange; member in __anone056d4aa0111::FDE
494 uint64_t AddressRange = Data.getAddress(&Offset); in parse() local
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h25 class AddressRange; variable