Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DTargetOptions.h66 void setStubGroupSize(unsigned pSize) { m_StubGroupSize = pSize; } in setStubGroupSize()
68 unsigned getStubGroupSize() const { return m_StubGroupSize; } in getStubGroupSize()
89 unsigned m_StubGroupSize; variable
/frameworks/compile/mclinker/lib/Core/
DTargetOptions.cpp20 m_StubGroupSize(0), in TargetOptions()
29 m_StubGroupSize(0), in TargetOptions()