Searched refs:Independent (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h50 * ::Independent indicates the output is position independent.
62 Independent, ///< Position Independent enumerator in enum:mcld::LinkerConfig::CodePosition
94 bool isCodeIndep() const { return (Independent == m_CodePosition); }
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp138 m_pConfig->setCodePosition(LinkerConfig::Independent);

Completed in 48 milliseconds