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

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

Completed in 776 milliseconds