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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h25 class AddressRange { class in namespace:lldb_private
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAddressRanges.h22 class AddressRange { class in namespace:llvm
24 AddressRange() {} function in class:llvm::AddressRange
25 AddressRange(uint64_t S, uint64_t E) : Start(S), End(E) { function in class:llvm::AddressRange
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp31 AddressRange::AddressRange() : m_base_addr() {} function in class:AddressRange
33 AddressRange::AddressRange(addr_t file_addr, addr_t byte_size, function in class:AddressRange
37 AddressRange::AddressRange(const lldb::SectionSP &section, addr_t offset, function in class:AddressRange
41 AddressRange::AddressRange(cons function in class:AddressRange
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h659 const uint64_t AddressRange; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h849 struct AddressRange { struct in class:__sanitizer::LoadedModule
857 AddressRange(uptr beg, uptr end, bool executable, bool writable, function in struct:__sanitizer::LoadedModule::AddressRange

Completed in 167 milliseconds