Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DRange.h32 struct AddressRange { struct
35 AddressRange() : Start(0), End(0) {} in AddressRange() argument
36 AddressRange(uint64_t S, uint64_t E) : Start(S), End(E) {} in AddressRange() function
39 bool intersects(const AddressRange &R) const { in intersects() argument
/external/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
DRange.h33 struct AddressRange { struct
36 AddressRange() : Start(0), End(0) {} in AddressRange() function
37 AddressRange(uint64_t S, uint64_t E) : Start(S), End(E) {} in AddressRange() argument
40 bool intersects(const AddressRange &R) const { in intersects() argument
/external/google-breakpad/src/common/windows/
Domap_internal.h67 struct AddressRange { struct
71 AddressRange() : rva(0), length(0) { } in AddressRange() argument
72 AddressRange(DWORD rva, DWORD length) : rva(rva), length(length) { } in AddressRange() argument
79 int Compare(const AddressRange& rhs) const; argument
/external/llvm-project/lldb/source/Core/
DAddressRange.cpp30 AddressRange::AddressRange() : m_base_addr(), m_byte_size(0) {} in AddressRange() function in AddressRange
32 AddressRange::AddressRange(addr_t file_addr, addr_t byte_size, in AddressRange() function in AddressRange
36 AddressRange::AddressRange(const lldb::SectionSP &section, addr_t offset, in AddressRange() function in AddressRange
40 AddressRange::AddressRange(const Address &so_addr, addr_t byte_size) in AddressRange() function in AddressRange
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h759 struct AddressRange { struct
760 AddressRange *next; argument
767 AddressRange(uptr beg, uptr end, bool executable, bool writable, in AddressRange() argument
Dsanitizer_coverage_libcdep_new.cpp21 using AddressRange = LoadedModule::AddressRange; typedef
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h657 struct AddressRange { struct
658 AddressRange *next; argument
663 AddressRange(uptr beg, uptr end, bool executable) in AddressRange() argument
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator_secondary.h86 ReservedAddressRange AddressRange; in Allocate() local
155 ReservedAddressRange AddressRange = H->StoredRange; in Deallocate() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp285 uint64_t InitialLocation, uint64_t AddressRange, in FDE()
312 uint64_t AddressRange; member in __anon5d44ce240111::FDE
626 uint64_t AddressRange = 0; in parse() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h230 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE()
255 const uint64_t AddressRange; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugFrame.h230 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE()
258 const uint64_t AddressRange; variable
/external/llvm-project/lldb/include/lldb/Core/
DDisassembler.h46 class AddressRange; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp475 uint64_t AddressRange = 0; in parse() local
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp531 uint64_t AddressRange = 0; in parse() local
/external/llvm-project/lldb/unittests/Utility/
DStreamTest.cpp89 TEST_F(StreamTest, AddressRange) { in TEST_F() argument
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h23 class AddressRange; variable