Home
last modified time | relevance | path

Searched defs:abiPageSize (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DGNUInfo.h66 virtual uint64_t abiPageSize() const { return 0x1000; } in abiPageSize() function
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGNUInfo.h49 uint64_t abiPageSize() const { return 0x10000; } in abiPageSize() function
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2382 uint64_t GNULDBackend::abiPageSize() const in abiPageSize() function in GNULDBackend