Home
last modified time | relevance | path

Searched refs:m_HashStyle (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h254 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
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp65 m_HashStyle(HashStyle::SystemV) { in GeneralOptions()