HomeSort by: relevance | last modified time | path
    Searched defs:AddressRange (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
Range.h 33 struct AddressRange {
36 AddressRange() : Start(0), End(0) {}
37 AddressRange(uint64_t S, uint64_t E) : Start(S), End(E) {}
40 bool intersects(const AddressRange &R) const {
44 bool operator==(const AddressRange &R) const {
47 bool operator!=(const AddressRange &R) const {
50 bool operator<(const AddressRange &R) const {
53 /// AddressRange objects are encoded and decoded to be relative to a base
54 /// address. This will be the FunctionInfo's start address if the AddressRange
56 /// containing parent AddressRange or AddressRanges. This allows addres
    [all...]
  /src/external/bsd/elftosb/dist/common/
DataTarget.h 40 struct AddressRange
60 virtual DataTarget::AddressRange getRangeForSegment(DataSource & source, DataSource::Segment & segment)=0;
92 virtual DataTarget::AddressRange getRangeForSegment(DataSource & source, DataSource::Segment & segment);
117 virtual DataTarget::AddressRange getRangeForSegment(DataSource & source, DataSource::Segment & segment);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h 602 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie,
609 AddressRange(AddressRange), LinkedCIE(Cie), LSDAAddress(LSDAAddress) {}
615 uint64_t getAddressRange() const { return AddressRange; }
630 const uint64_t AddressRange;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.h 720 struct AddressRange {
721 AddressRange *next;
728 AddressRange(uptr beg, uptr end, bool executable, bool writable,
739 const IntrusiveList<AddressRange> &ranges() const { return ranges_; }
748 IntrusiveList<AddressRange> ranges_;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common.h 846 struct AddressRange {
847 AddressRange *next;
854 AddressRange(uptr beg, uptr end, bool executable, bool writable,
865 const IntrusiveList<AddressRange> &ranges() const { return ranges_; }
875 IntrusiveList<AddressRange> ranges_;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common.h 808 struct AddressRange {
809 AddressRange *next;
816 AddressRange(uptr beg, uptr end, bool executable, bool writable,
827 const IntrusiveList<AddressRange> &ranges() const { return ranges_; }
836 IntrusiveList<AddressRange> ranges_;

Completed in 21 milliseconds