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

/frameworks/compile/mclinker/lib/Script/
H A DTernaryOp.cpp43 uint64_t maxPageSize = m_pOperand[1]->value(); local
47 alignAddress(dot, maxPageSize);
49 form1 = dot + (dot & (maxPageSize - 1));
50 form2 = dot + (dot & (maxPageSize - commonPageSize));
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h203 uint64_t maxPageSize() const function in class:mcld::GeneralOptions
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2813 if (config().options().maxPageSize() > 0)
2814 return config().options().maxPageSize();

Completed in 438 milliseconds