Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/
H A DGeneralOptions.h210 void setDefineCommon(bool pEnable = true) { m_bDefineCommon = pEnable; }
212 bool isDefineCommon() const { return m_bDefineCommon; } in isDefineCommon()
374 bool m_bDefineCommon : 1; // -d, -dc, -dp variable
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DGeneralOptions.cpp53 m_bDefineCommon(false), in GeneralOptions()