Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLowerEmuTLS.cpp70 SmallVector<const GlobalVariable*, 8> TlsVars; in runOnModule() local
73 TlsVars.append({&G}); in runOnModule()
75 for (const auto G : TlsVars) in runOnModule()