Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/tools/mcld/lib/
DOutputFormatOptions.cpp188 m_PIE(ArgPIE), in OutputFormatOptions()
226 pConfig.options().setPIE(m_PIE); in parse()
252 if (true == m_Shared || true == m_PIE) { in parseOutput()
/frameworks/compile/mclinker/tools/mcld/include/mcld/
DOutputFormatOptions.h39 llvm::cl::opt<bool>& m_PIE; variable