reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
37 void *base() const { return Address; }
lib/Support/Unix/Memory.inc149 Result.Address = Addr; 165 if (M.Address == nullptr || M.AllocatedSize == 0) 168 if (0 != ::munmap(M.Address, M.AllocatedSize)) 171 M.Address = nullptr; 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); 212 Memory::InvalidateInstructionCache(M.Address, M.AllocatedSize);