Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp165 if (m_Backend.hasStaticTLS() && in reserveEntries()
277 if (m_Backend.hasStaticTLS() && in applyEntries()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h104 bool hasStaticTLS() const { return m_bHasStaticTLS; } in hasStaticTLS() function