Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h288 unsigned int getHashStyle() const { return m_HashStyle; } in getHashStyle()
291 { m_HashStyle = pStyle; } in setHashStyle()
373 unsigned int m_HashStyle; variable
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp57 m_HashStyle(SystemV) { in GeneralOptions()