reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/Memory.h
  133       M = Other.M;
  133       M = Other.M;
  134       Other.M = MemoryBlock();
  137       M = Other.M;
  137       M = Other.M;
  138       Other.M = MemoryBlock();
  142       Memory::releaseMappedMemory(M);
  144     void *base() const { return M.base(); }
  147     size_t allocatedSize() const { return M.allocatedSize(); }
  148     MemoryBlock getMemoryBlock() const { return M; }