MemoryObject - Abstract base class for contiguous addressable memory.
commit63b61129023303d6320f8d5fdf9bc83347e85e6e
authorSean Callanan <scallanan@apple.com>
Sat, 25 Jul 2009 00:30:51 +0000 (25 00:30 +0000)
committerSean Callanan <scallanan@apple.com>
Sat, 25 Jul 2009 00:30:51 +0000 (25 00:30 +0000)
treeafb1177f4b2e8c7d4271110a37a09b03b25c59fe
parent08d63891fad6505a0d71259e306d1de29fc15d00
MemoryObject - Abstract base class for contiguous addressable memory.
  Necessary for cases in which the memory is in another process, in a
  file, or on a remote machine.

The primary use for this is the llvm-mc disassemblers, so that they
can be targeted at arbitrary objects, not just in-process memory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77023 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/MemoryObject.h [new file with mode: 0644]