Searched defs:AddressRange (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | Range.h | 33 struct AddressRange { struct 36 AddressRange() : Start(0), End(0) {} in AddressRange() argument 37 AddressRange(uint64_t S, uint64_t E) : Start(S), End(E) {} in AddressRange() function 40 bool intersects(const AddressRange &R) const { in intersects() argument
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | DataTarget.h | 40 struct AddressRange struct 60 …virtual DataTarget::AddressRange getRangeForSegment(DataSource & source, DataSource::Segment & seg… argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common.h | 716 struct AddressRange { struct 717 AddressRange *next; argument 724 AddressRange(uptr beg, uptr end, bool executable, bool writable, in AddressRange() argument
|
H A D | sanitizer_coverage_libcdep_new.cc | 20 using AddressRange = LoadedModule::AddressRange; typedef
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common.h | 720 struct AddressRange { struct 721 AddressRange *next; argument 728 AddressRange(uptr beg, uptr end, bool executable, bool writable, in AddressRange() argument
|
H A D | sanitizer_coverage_libcdep_new.cc | 22 using AddressRange = LoadedModule::AddressRange; typedef
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common.h | 808 struct AddressRange { struct 809 AddressRange *next; argument 816 AddressRange(uptr beg, uptr end, bool executable, bool writable, in AddressRange() function
|
H A D | sanitizer_coverage_libcdep_new.cpp | 21 using AddressRange = LoadedModule::AddressRange; typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 602 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE() 630 const uint64_t AddressRange; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 1121 uint64_t AddressRange = 0; in parse() local
|