HomeSort by relevance Sort by last modified time
    Searched refs:commonPageSize (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h 57 /// commonPageSize - the common page size of the target machine, and we set it
59 virtual uint64_t commonPageSize() const { return 0x1000; }
TargetLDBackend.h 158 /// commonPageSize - the common page size of the target machine
159 virtual uint64_t commonPageSize() const = 0;
GNULDBackend.h 179 /// commonPageSize - the common page size of the target machine
180 uint64_t commonPageSize() const;
  /frameworks/compile/mclinker/lib/Script/
TernaryOp.cpp 30 /* DATA_SEGMENT_ALIGN(maxpagesize, commonpagesize) */
39 (ALIGN(maxpagesize) + (. & (maxpagesize - commonpagesize)))
44 uint64_t commonPageSize = m_pOperand[2]->value();
50 form2 = dot + (dot & (maxPageSize - commonPageSize));
NullaryOp.cpp 39 NullaryOp<Operator::COMMONPAGESIZE>::eval(const Module& pModule,
43 res->setValue(pBackend.commonPageSize());
BinaryOp.cpp 210 alignAddress(value, pBackend.commonPageSize());
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 572 milliseconds