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

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GNUInfo.h 24 uint64_t abiPageSize() const { return 0x10000; }
  /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; }
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.cpp 72 uint64_t MipsGNUInfo::abiPageSize() const
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 135 milliseconds