Searched defs:AddressRange (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DRange.h32 struct AddressRange { struct in namespace:llvm::gsym
35 AddressRange() : Start(0), End(0) {} function in struct:llvm::gsym::AddressRange
36 AddressRange(uint64_t S, uint64_t E) : Start(S), End(E) {} function in struct:llvm::gsym::AddressRange
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h255 const uint64_t AddressRange; member in class:llvm::dwarf::FDE
229 FDE(uint64_t Offset, uint64_t Length, int64_t LinkedCIEOffset, uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, Optional<uint64_t> LSDAAddress, Triple::ArchType Arch) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp30 AddressRange::AddressRange() : m_base_addr(), m_byte_size(0) {} function in class:AddressRange
32 AddressRange::AddressRange(addr_t file_addr, addr_t byte_size, function in class:AddressRange
36 AddressRange::AddressRange(const lldb::SectionSP &section, addr_t offset, function in class:AddressRange
40 AddressRange::AddressRange(cons function in class:AddressRange
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h25 class AddressRange { class in namespace:lldb_private
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h86 ReservedAddressRange AddressRange; local
155 ReservedAddressRange AddressRange = H->StoredRange; local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h731 struct AddressRange { struct in class:__sanitizer::LoadedModule
739 AddressRange(uptr beg, uptr end, bool executable, bool writable, function in struct:__sanitizer::LoadedModule::AddressRange

Completed in 101 milliseconds