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

  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 254 HashStyle getHashStyle() const { return m_HashStyle; }
257 return m_HashStyle == HashStyle::GNU || m_HashStyle == HashStyle::Both;
261 return m_HashStyle == HashStyle::SystemV || m_HashStyle == HashStyle::Both;
264 void setHashStyle(HashStyle pStyle) { m_HashStyle = pStyle; }
390 HashStyle m_HashStyle;
  /frameworks/compile/mclinker/lib/Core/
GeneralOptions.cpp 65 m_HashStyle(HashStyle::SystemV) {

Completed in 150 milliseconds