Searched refs:StaticDependent (Results 1 - 2 of 2) 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); }
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp148 m_pConfig->setCodePosition(LinkerConfig::StaticDependent);

Completed in 133 milliseconds