Home | History | Annotate | Download | only in portable

Lines Matching defs:tls

106     CompilerTls* tls = cu_->compiler_driver->GetTls();
107 CHECK(tls != NULL);
108 llvm_info_ = static_cast<LLVMInfo*>(tls->GetLLVMInfo());
111 tls->SetLLVMInfo(llvm_info_);