Searched refs:commonPageSize (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h122 virtual uint64_t commonPageSize(const MCLDInfo& pInfo) const = 0;
H A DGNULDBackend.h248 /// commonPageSize - the common page size of the target machine, and we set it
251 virtual uint64_t commonPageSize(const MCLDInfo& pInfo) const;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1398 alignAddress(offset, commonPageSize(pInfo));
1686 /// commonPageSize - the common page size of the target machine.
1688 uint64_t GNULDBackend::commonPageSize(const MCLDInfo& pInfo) const function in class:GNULDBackend

Completed in 57 milliseconds