Home
last modified time | relevance | path

Searched refs:stubGroupSize (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
DGNUInfo.h64 virtual unsigned stubGroupSize() const { return 0x10000; } in stubGroupSize() function
DGNULDBackend.h320 virtual unsigned stubGroupSize() const;
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LDBackend.cpp436 if ((*island).size() > stubGroupSize()) { in doRelax()
437 error(diag::err_no_space_to_place_stubs) << stubGroupSize(); in doRelax()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp906 if ((*island).size() > stubGroupSize()) { in doRelax()
907 error(diag::err_no_space_to_place_stubs) << stubGroupSize(); in doRelax()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp607 if ((*island).size() > stubGroupSize()) { in doRelax()
608 error(diag::err_no_space_to_place_stubs) << stubGroupSize(); in doRelax()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp835 if (island.size() > stubGroupSize()) { in doRelax()
836 error(diag::err_no_space_to_place_stubs) << stubGroupSize(); in doRelax()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2885 unsigned GNULDBackend::stubGroupSize() const { in stubGroupSize() function in mcld::GNULDBackend
2888 return m_pInfo->stubGroupSize(); in stubGroupSize()
2899 stubGroupSize()); in initBRIslandFactory()