Searched defs:AddressRange (Results 1 – 7 of 7) sorted by relevance
| /external/google-breakpad/src/common/windows/ |
| D | omap_internal.h | 66 struct AddressRange { struct 70 AddressRange() : rva(0), length(0) { } in AddressRange() argument 71 AddressRange(DWORD rva, DWORD length) : rva(rva), length(length) { } in AddressRange() argument 78 int Compare(const AddressRange& rhs) const; argument
|
| /external/v8/src/wasm/ |
| D | wasm-code-manager.h | 35 struct AddressRange { struct 39 AddressRange(Address s, Address e) : start(s), end(e) { in AddressRange() function 43 AddressRange() : AddressRange(kNullAddress, kNullAddress) {} in AddressRange() function 57 explicit DisjointAllocationPool(AddressRange range) : ranges_({range}) {} in DisjointAllocationPool() argument
|
| /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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugFrame.h | 226 uint64_t InitialLocation, uint64_t AddressRange, CIE *Cie, in FDE() 250 const uint64_t AddressRange; variable
|
| /external/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugFrame.cpp | 285 uint64_t InitialLocation, uint64_t AddressRange, in FDE() 312 uint64_t AddressRange; member in __anonce9b89c60111::FDE 626 uint64_t AddressRange = 0; in parse() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
| D | DWARFDebugFrame.cpp | 469 uint64_t AddressRange = 0; in parse() local
|
| /external/v8/src/ |
| D | gdb-jit.cc | 1937 struct AddressRange { struct 1938 Address start; 1939 Address end;
|