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

/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h254 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; member in class:mcld::GeneralOptions::HashStyle

Completed in 34 milliseconds