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

/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h38 * ::Independent indicates the output is position independent.
50 Independent, ///< Position Independent enumerator in enum:mcld::LinkerConfig::CodePosition
79 bool isCodeIndep() const { return (Independent == m_CodePosition); }

Completed in 1458 milliseconds