Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h104 bool hasStaticTLS() const { return m_bHasStaticTLS; } in hasStaticTLS()
149 void setHasStaticTLS(bool pVal = true) { m_bHasStaticTLS = pVal; }
547 bool m_bHasStaticTLS; variable
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp92 m_bHasStaticTLS(false), in GNULDBackend()