Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNUInfo.h59 virtual uint64_t commonPageSize() const { return 0x1000; } in commonPageSize() function
/frameworks/compile/mclinker/lib/Script/
DTernaryOp.cpp44 uint64_t commonPageSize = m_pOperand[2]->value(); in eval() local
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2677 uint64_t GNULDBackend::commonPageSize() const { in commonPageSize() function in mcld::GNULDBackend