Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp151 bool GeneralOptions::isInExcludeLIBS(const Input& pInput) const { in isInExcludeLIBS() function in mcld::GeneralOptions
/frameworks/compile/mclinker/lib/Script/
DInputCmd.cpp197 if (m_Config.options().isInExcludeLIBS(**input)) { in activate()
/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h330 bool isInExcludeLIBS(const Input& pInput) const;
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp199 if (m_Config.options().isInExcludeLIBS(**input)) { in normalize()