MemoryObject - Abstract base class for contiguous addressable memory.
authorSean Callanan <scallanan@apple.com>
Sat, 25 Jul 2009 00:30:51 +0000 (00:30 +0000)
committerSean Callanan <scallanan@apple.com>
Sat, 25 Jul 2009 00:30:51 +0000 (00:30 +0000)
commit4711326d60251e9394192032e6646fff0d113eee
treeafb1177f4b2e8c7d4271110a37a09b03b25c59fe
parentb2fa93dc1c4e0b13622c45c0bf2b263587a4120f
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]