Home
last modified time | relevance | path

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

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