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

  /frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h 64 /// abiPageSize - the abi page size of the target machine, and we set it to 4K
66 virtual uint64_t abiPageSize() const { return 0x1000; }
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.h 49 uint64_t abiPageSize() const { return 0x10000; }
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 39 milliseconds