Home
last modified time | relevance | path

Searched refs:getStubGroupSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
DTargetOptions.h68 unsigned getStubGroupSize() const { return m_StubGroupSize; } in getStubGroupSize() function
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2886 const unsigned group_size = config().targets().getStubGroupSize(); in stubGroupSize()