Home
last modified time | relevance | path

Searched defs:AddressRange (Results 1 – 8 of 8) 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/google-breakpad/src/common/windows/
Domap_internal.h67 struct AddressRange { struct
71 AddressRange() : rva(0), length(0) { } in AddressRange() function
72 AddressRange(DWORD rva, DWORD length) : rva(rva), length(length) { } in AddressRange() function
79 int Compare(const AddressRange& rhs) const; argument
/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() function
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp285 uint64_t InitialLocation, uint64_t AddressRange, in FDE()
312 uint64_t AddressRange; member in __anonb8afa5890111::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/angle/src/libANGLE/capture/
DFrameCapture.h459 struct AddressRange struct
467 uintptr_t start;
468 size_t size;
DFrameCapture.cpp4648 AddressRange::AddressRange() {} in AddressRange() function in angle::AddressRange
4649 AddressRange::AddressRange(uintptr_t start, size_t size) : start(start), size(size) {} in AddressRange() function in angle::AddressRange
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp475 uint64_t AddressRange = 0; in parse() local