Home
last modified time | relevance | path

Searched refs:commPageSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h169 uint64_t commPageSize() const { return m_CommPageSize; } in commPageSize() function
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2684 if (config().options().commPageSize() > 0) in commonPageSize()
2685 return std::min(config().options().commPageSize(), abiPageSize()); in commonPageSize()