Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/tools/mcld/include/mcld/
DOutputFormatOptions.h38 llvm::cl::opt<bool>& m_Shared; variable
/frameworks/compile/mclinker/tools/mcld/lib/
DOutputFormatOptions.cpp187 m_Shared(ArgShared), in OutputFormatOptions()
252 if (true == m_Shared || true == m_PIE) { in parseOutput()