Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h289 unsigned int getHashStyle() const { return m_HashStyle; } in getHashStyle() function
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp794 if (GeneralOptions::GNU == config().options().getHashStyle() || in sizeNamePools()
795 GeneralOptions::Both == config().options().getHashStyle()) { in sizeNamePools()
814 if (GeneralOptions::SystemV == config().options().getHashStyle() || in sizeNamePools()
815 GeneralOptions::Both == config().options().getHashStyle()) { in sizeNamePools()
1080 if (GeneralOptions::GNU == config().options().getHashStyle() || in emitDynNamePools()
1081 GeneralOptions::Both == config().options().getHashStyle()) { in emitDynNamePools()
1090 if (GeneralOptions::SystemV == config().options().getHashStyle() || in emitDynNamePools()
1091 GeneralOptions::Both == config().options().getHashStyle()) in emitDynNamePools()