HomeSort by relevance Sort by last modified time
    Searched refs:m_bHasStaticTLS (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 104 bool hasStaticTLS() const { return m_bHasStaticTLS; }
149 void setHasStaticTLS(bool pVal = true) { m_bHasStaticTLS = pVal; }
547 bool m_bHasStaticTLS;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 92 m_bHasStaticTLS(false),
    [all...]

Completed in 246 milliseconds