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

/frameworks/compile/mclinker/include/mcld/
H A DLinkerConfig.h55 * its loaded address. ::StaticDependent is used to indicate this kind of
61 StaticDependent, ///< Can not call outside libraries enumerator in enum:mcld::LinkerConfig::CodePosition
93 bool isCodeStatic() const { return (StaticDependent == m_CodePosition); }

Completed in 81 milliseconds