HomeSort by relevance Sort by last modified time
    Searched defs:Subrange (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/tools/linux/md2core/
minidump_memory_range.h 55 // Returns a subrange of |length| bytes at |offset| bytes of this memory
56 // range, or an empty range if the subrange is out of bounds.
59 MinidumpMemoryRange Subrange(size_t sub_offset, size_t sub_length) const {
65 // Returns a subrange that covers the offset and length specified by
66 // |location|, or an empty range if the subrange is out of bounds.
67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const {
68 return MinidumpMemoryRange::Subrange(location.rva, location.data_size);
  /external/google-breakpad/src/common/
memory_range.h 45 // access of a subrange of the memory. Its implemementation does not
75 // Returns true if this range covers a subrange of |sub_length| bytes
87 // Returns a raw data pointer to a subrange of |sub_length| bytes at
88 // |sub_offset| bytes of this memory range, or NULL if the subrange
95 // as the subrange length and returns an |DataType| pointer for convenience.
122 // Returns a subrange of |sub_length| bytes at |sub_offset| bytes of
123 // this memory range, or an empty range if the subrange is out of bounds.
124 MemoryRange Subrange(size_t sub_offset, size_t sub_length) const {
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]

Completed in 82 milliseconds