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

  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 25 m_MulDefs(Unknown),
109 m_MulDefs = YES;
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 138 { m_MulDefs = (pEnable?YES:NO); }
171 { return (Unknown != m_MulDefs); }
174 { return (YES == m_MulDefs); }
414 status m_MulDefs; // muldefs, --allow-multiple-definition

Completed in 343 milliseconds