HomeSort by relevance Sort by last modified time
    Searched refs:m_StubGroupSize (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Core/
TargetOptions.cpp 20 m_StubGroupSize(0),
29 m_StubGroupSize(0),
  /frameworks/compile/mclinker/include/mcld/
TargetOptions.h 66 void setStubGroupSize(unsigned pSize) { m_StubGroupSize = pSize; }
68 unsigned getStubGroupSize() const { return m_StubGroupSize; }
89 unsigned m_StubGroupSize;

Completed in 118 milliseconds