Searched defs:stubGroupSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DGNUInfo.h63 /// stubGroupSize - the default group size to place stubs between sections.
64 virtual unsigned stubGroupSize() const { return 0x10000; } function in class:mcld::GNUInfo
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp2885 unsigned GNULDBackend::stubGroupSize() const { function in class:mcld::GNULDBackend
2888 return m_pInfo->stubGroupSize();
2899 stubGroupSize());

Completed in 22 milliseconds