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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GNUInfo.h 24 uint64_t abiPageSize() const { return 0x10000; }
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.h 31 uint64_t abiPageSize() const;
MipsGNUInfo.cpp 72 uint64_t MipsGNUInfo::abiPageSize() const
  /frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h 61 /// abiPageSize - the abi page size of the target machine, and we set it to 4K
63 virtual uint64_t abiPageSize() const { return 0x1000; }
TargetLDBackend.h 161 /// abiPageSize - the abi page size of the target machine
162 virtual uint64_t abiPageSize() const = 0;
GNULDBackend.h 182 /// abiPageSize - the abi page size of the target machine
183 uint64_t abiPageSize() const;
  /frameworks/compile/mclinker/lib/Script/
NullaryOp.cpp 33 res->setValue(pBackend.abiPageSize());
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 176 milliseconds