Searched refs:commonPageSize (Results 1 - 7 of 7) 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));
H A DNullaryOp.cpp43 res->setValue(pBackend.commonPageSize());
H A DBinaryOp.cpp210 alignAddress(value, pBackend.commonPageSize());
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNUInfo.h57 /// commonPageSize - the common page size of the target machine, and we set it
59 virtual uint64_t commonPageSize() const { return 0x1000; } function in class:mcld::GNUInfo
H A DTargetLDBackend.h158 /// commonPageSize - the common page size of the target machine
159 virtual uint64_t commonPageSize() const = 0;
H A DGNULDBackend.h179 /// commonPageSize - the common page size of the target machine
180 uint64_t commonPageSize() const;
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2799 /// commonPageSize - the common page size of the target machine.
2801 uint64_t GNULDBackend::commonPageSize() const function in class:GNULDBackend
2806 return std::min(m_pInfo->commonPageSize(), abiPageSize());

Completed in 67 milliseconds