Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp56 m_HashStyle(SystemV) { in GeneralOptions()
/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h41 SystemV = 0x1, enumerator
/frameworks/compile/mclinker/tools/llvm-mcld/
Dllvm-mcld.cpp618 ArgHashStyle("hash-style", cl::init(mcld::GeneralOptions::SystemV),
621 clEnumValN(mcld::GeneralOptions::SystemV, "sysv",
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp814 if (GeneralOptions::SystemV == config().options().getHashStyle() || in sizeNamePools()
1090 if (GeneralOptions::SystemV == config().options().getHashStyle() || in emitDynNamePools()