Searched refs:m_HashStyle (Results 1 – 2 of 2) sorted by relevance
254 HashStyle getHashStyle() const { return m_HashStyle; } in getHashStyle()257 return m_HashStyle == HashStyle::GNU || m_HashStyle == HashStyle::Both; in hasGNUHash()261 return m_HashStyle == HashStyle::SystemV || m_HashStyle == HashStyle::Both; in hasSysVHash()264 void setHashStyle(HashStyle pStyle) { m_HashStyle = pStyle; } in setHashStyle()390 HashStyle m_HashStyle; variable
65 m_HashStyle(HashStyle::SystemV) { in GeneralOptions()