Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp61 SmallVector<const GlobalVariable *, 8> TlsVars; in run() local
64 TlsVars.push_back(&G); in run()
66 for (const auto *G : TlsVars) in run()
99 SmallVector<const GlobalVariable*, 8> TlsVars; in runOnModule() local
102 TlsVars.append({&G}); in runOnModule()
104 for (const auto *const G : TlsVars) in runOnModule()