Home
last modified time | relevance | path

Searched refs:m_ExcludeLIBS (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp154 if (m_ExcludeLIBS.empty()) { in isInExcludeLIBS()
160 if (m_ExcludeLIBS.count("ALL") != 0) { in isInExcludeLIBS()
166 if (m_ExcludeLIBS.count(name) != 0) { in isInExcludeLIBS()
/frameworks/compile/mclinker/include/mcld/
DGeneralOptions.h328 ExcludeLIBS& excludeLIBS() { return m_ExcludeLIBS; } in excludeLIBS()
393 ExcludeLIBS m_ExcludeLIBS; variable