Searched refs:stubGroupSize (Results 1 – 7 of 7) sorted by relevance
64 virtual unsigned stubGroupSize() const { return 0x10000; } in stubGroupSize() function
320 virtual unsigned stubGroupSize() const;
436 if ((*island).size() > stubGroupSize()) { in doRelax()437 error(diag::err_no_space_to_place_stubs) << stubGroupSize(); in doRelax()
906 if ((*island).size() > stubGroupSize()) { in doRelax()907 error(diag::err_no_space_to_place_stubs) << stubGroupSize(); in doRelax()
607 if ((*island).size() > stubGroupSize()) { in doRelax()608 error(diag::err_no_space_to_place_stubs) << stubGroupSize(); in doRelax()
835 if (island.size() > stubGroupSize()) { in doRelax()836 error(diag::err_no_space_to_place_stubs) << stubGroupSize(); in doRelax()
2885 unsigned GNULDBackend::stubGroupSize() const { in stubGroupSize() function in mcld::GNULDBackend2888 return m_pInfo->stubGroupSize(); in stubGroupSize()2899 stubGroupSize()); in initBRIslandFactory()