Home
last modified time | relevance | path

Searched refs:isInExcludeLIBS (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp154 bool GeneralOptions::isInExcludeLIBS(const Input& pInput) const in isInExcludeLIBS() function in GeneralOptions
/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h395 bool isInExcludeLIBS(const Input& pInput) const;
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp201 if (m_Config.options().isInExcludeLIBS(**input)) { in normalize()