Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Core/
H A DAddressRange.cpp32 AddressRange::AddressRange() : m_base_addr() {} in AddressRange() function in AddressRange
34 AddressRange::AddressRange(addr_t file_addr, addr_t byte_size, in AddressRange() function in AddressRange
38 AddressRange::AddressRange(const lldb::SectionSP &section, addr_t offset, in AddressRange() function in AddressRange
42 AddressRange::AddressRange(const Address &so_addr, addr_t byte_size) in AddressRange() function in AddressRange
/llvm-project/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
147 operator AddressRange() const { return Range; } in AddressRange() function
/llvm-project/lldb/include/lldb/API/
H A DSBAddressRange.h15 class AddressRange; variable
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h849 struct AddressRange { global() struct
850 nextAddressRange global() argument
857 AddressRangeAddressRange AddressRange() argument
H A Dsanitizer_coverage_libcdep_new.cpp23 using AddressRange = LoadedModule::AddressRange; typedef
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h632 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE() argument
659 const uint64_t AddressRange; variable
/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h46 class AddressRange; variable
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.h185 using AddressRange = std::pair<uint64_t, uint64_t>; global() variable
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp1180 uint64_t AddressRange = 0; parse() local
/llvm-project/lldb/unittests/Utility/
H A DStreamTest.cpp89 TEST_F(StreamTest, AddressRange) { in TEST_F() argument
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h21 class AddressRange; variable