Home | History | Annotate | Download | only in Target

Lines Matching defs:commonPageSize

1928   alignAddress(offset, commonPageSize());
2370 /// commonPageSize - the common page size of the target machine.
2372 uint64_t GNULDBackend::commonPageSize() const
2377 return std::min(m_pInfo->commonPageSize(), abiPageSize());