HomeSort by relevance Sort by last modified time
    Searched refs:getHashStyle (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 321 unsigned int getHashStyle() const { return m_HashStyle; }
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 825 if (GeneralOptions::GNU == config().options().getHashStyle() ||
826 GeneralOptions::Both == config().options().getHashStyle()) {
845 if (GeneralOptions::SystemV == config().options().getHashStyle() ||
846 GeneralOptions::Both == config().options().getHashStyle()) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 312 if (GeneralOptions::GNU == config().options().getHashStyle() ||
313 GeneralOptions::Both == config().options().getHashStyle()) {

Completed in 348 milliseconds