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

/frameworks/compile/mclinker/lib/Script/
H A DTernaryOp.cpp44 uint64_t commonPageSize = m_pOperand[2]->value(); local
50 form2 = dot + (dot & (maxPageSize - commonPageSize));
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNUInfo.h55 /// commonPageSize - the common page size of the target machine, and we set it
57 virtual uint64_t commonPageSize() const { return 0x1000; } function in class:mcld::GNUInfo
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2682 /// commonPageSize - the common page size of the target machine.
2683 uint64_t GNULDBackend::commonPageSize() const { function in class:mcld::GNULDBackend
2687 return std::min(m_pInfo->commonPageSize(), abiPageSize());

Completed in 445 milliseconds