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

/frameworks/compile/mclinker/include/mcld/
H A DTargetOptions.h66 void setStubGroupSize(unsigned pSize) { m_StubGroupSize = pSize; }
68 unsigned getStubGroupSize() const { return m_StubGroupSize; }
89 unsigned m_StubGroupSize; member in class:mcld::TargetOptions

Completed in 59 milliseconds