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

References

lib/Support/Unix/Memory.inc
  180   if (M.Address == nullptr || M.AllocatedSize == 0)
  180   if (M.Address == nullptr || M.AllocatedSize == 0)
  187   uintptr_t Start = alignAddr((const uint8_t *)M.Address - PageSize.value() + 1, PageSize);
  188   uintptr_t End = alignAddr((const uint8_t *)M.Address + M.AllocatedSize, PageSize);
  188   uintptr_t End = alignAddr((const uint8_t *)M.Address + M.AllocatedSize, PageSize);
  212     Memory::InvalidateInstructionCache(M.Address, M.AllocatedSize);
  212     Memory::InvalidateInstructionCache(M.Address, M.AllocatedSize);