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

/frameworks/compile/mclinker/lib/Core/
H A DGeneralOptions.cpp154 if (m_ExcludeLIBS.empty()) {
160 if (m_ExcludeLIBS.count("ALL") != 0) {
166 if (m_ExcludeLIBS.count(name) != 0) {
/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h328 ExcludeLIBS& excludeLIBS() { return m_ExcludeLIBS; }
393 ExcludeLIBS m_ExcludeLIBS; member in class:mcld::GeneralOptions::HashStyle

Completed in 559 milliseconds