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

/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h41 * the address to be loaded. ::DynamicDependent indicates the output is not
51 DynamicDependent, ///< Can call outside libraries enumerator in enum:mcld::LinkerConfig::CodePosition
80 bool isCodeDynamic() const { return (DynamicDependent == m_CodePosition); }

Completed in 780 milliseconds