Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DAddressRange.cpp31 AddressRange::AddressRange() : m_base_addr() {} in AddressRange() function in AddressRange
33 AddressRange::AddressRange(addr_t file_addr, addr_t byte_size, in AddressRange() function in AddressRange
37 AddressRange::AddressRange(const lldb::SectionSP &section, addr_t offset, in AddressRange() function in AddressRange
41 AddressRange::AddressRange(const Address &so_addr, addr_t byte_size) in AddressRange() function in AddressRange
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h827 struct AddressRange { struct
828 AddressRange *next; argument
835 AddressRange(uptr beg, uptr end, bool executable, bool writable, in AddressRange() argument
H A Dsanitizer_coverage_libcdep_new.cpp23 using AddressRange = LoadedModule::AddressRange; typedef
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAddressRanges.h24 AddressRange() {} in AddressRange() function
25 AddressRange(uint64_t S, uint64_t E) : Start(S), End(E) { in AddressRange() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h86 ReservedAddressRange AddressRange; in Allocate() local
155 ReservedAddressRange AddressRange = H->StoredRange; in Deallocate() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h629 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE()
657 const uint64_t AddressRange; variable
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDisassembler.h46 class AddressRange; variable
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp324 Optional<std::pair<AddressRange, int64_t>> FuncRange, in emitRangesEntries()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStreamTest.cpp89 TEST_F(StreamTest, AddressRange) { in TEST_F() argument
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp1171 uint64_t AddressRange = 0; in parse() local
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h23 class AddressRange; variable