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 106 bool hasStaticTLS() const { return m_bHasStaticTLS; }
151 { m_bHasStaticTLS = pVal; }
555 bool m_bHasStaticTLS;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 93 m_bHasStaticTLS(false),
    [all...]

Completed in 88 milliseconds