Home
last modified time | relevance | path

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

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