Home
last modified time | relevance | path

Searched refs:SystemV (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h39 SystemV = 0x1, enumerator
261 return m_HashStyle == HashStyle::SystemV || m_HashStyle == HashStyle::Both; in hasSysVHash()
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp65 m_HashStyle(HashStyle::SystemV) { in GeneralOptions()
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp557 .Case("sysv", mcld::GeneralOptions::HashStyle::SystemV) in TranslateArguments()