Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp825 if (GeneralOptions::GNU == config().options().getHashStyle() || in sizeNamePools()
826 GeneralOptions::Both == config().options().getHashStyle()) { in sizeNamePools()
845 if (GeneralOptions::SystemV == config().options().getHashStyle() || in sizeNamePools()
846 GeneralOptions::Both == config().options().getHashStyle()) { in sizeNamePools()
1083 if (GeneralOptions::GNU == config().options().getHashStyle() || in emitDynNamePools()
1084 GeneralOptions::Both == config().options().getHashStyle()) in emitDynNamePools()
1088 if (GeneralOptions::SystemV == config().options().getHashStyle() || in emitDynNamePools()
1089 GeneralOptions::Both == config().options().getHashStyle()) in emitDynNamePools()
1355 if (GeneralOptions::GNU == config().options().getHashStyle() || in orderSymbolTable()
1356 GeneralOptions::Both == config().options().getHashStyle()) in orderSymbolTable()
/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h321 unsigned int getHashStyle() const { return m_HashStyle; } in getHashStyle() function
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp312 if (GeneralOptions::GNU == config().options().getHashStyle() || in orderSymbolTable()
313 GeneralOptions::Both == config().options().getHashStyle()) { in orderSymbolTable()