/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/ |
D | Range.h | 32 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/ |
D | Range.h | 33 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/ |
D | omap_internal.h | 67 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/ |
D | AddressRange.cpp | 30 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 §ion, 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/ |
D | sanitizer_common.h | 759 struct AddressRange { struct 760 AddressRange *next; argument 767 AddressRange(uptr beg, uptr end, bool executable, bool writable, in AddressRange() argument
|
D | sanitizer_coverage_libcdep_new.cpp | 21 using AddressRange = LoadedModule::AddressRange; typedef
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common.h | 657 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/ |
D | scudo_allocator_secondary.h | 86 ReservedAddressRange AddressRange; in Allocate() local 155 ReservedAddressRange AddressRange = H->StoredRange; in Deallocate() local
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 285 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/ |
D | DWARFDebugFrame.h | 230 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE() 255 const uint64_t AddressRange; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugFrame.h | 230 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE() 258 const uint64_t AddressRange; variable
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Disassembler.h | 46 class AddressRange; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 475 uint64_t AddressRange = 0; in parse() local
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 531 uint64_t AddressRange = 0; in parse() local
|
/external/llvm-project/lldb/unittests/Utility/ |
D | StreamTest.cpp | 89 TEST_F(StreamTest, AddressRange) { in TEST_F() argument
|
/external/llvm-project/lldb/include/lldb/ |
D | lldb-forward.h | 23 class AddressRange; variable
|