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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGNUInfo.h 30 uint64_t abiPageSize() const;
MipsGNUInfo.cpp 55 uint64_t MipsGNUInfo::abiPageSize() const {
  /frameworks/compile/mclinker/include/mcld/Target/
GNUInfo.h 59 /// abiPageSize - the abi page size of the target machine, and we set it to 4K
61 virtual uint64_t abiPageSize() const { return 0x1000; }
TargetLDBackend.h 173 /// abiPageSize - the abi page size of the target machine
174 virtual uint64_t abiPageSize() const = 0;
GNULDBackend.h 181 /// abiPageSize - the abi page size of the target machine
182 uint64_t abiPageSize() const;
  /frameworks/compile/mclinker/lib/Script/
NullaryOp.cpp 32 res->setValue(pBackend.abiPageSize());
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 144 milliseconds