Searched refs:m_ID (Results 1 – 3 of 3) sorted by relevance
32 bool operator==(const Node& pOther) const { return m_ID == pOther.m_ID; }33 bool operator!=(const Node& pOther) const { return m_ID != pOther.m_ID; }36 intptr_t m_ID;55 intptr_t m_ID;
76 static char m_ID;
41 char MCLinker::m_ID = 0; member in MCLinker203 : MachineFunctionPass(m_ID), in MCLinker()