Home | History | Annotate | Download | only in driver

Lines Matching refs:CompilerTls

446 CompilerTls* CompilerDriver::GetTls() {
448 CompilerTls* res = static_cast<CompilerTls*>(pthread_getspecific(tls_key_));
450 res = new CompilerTls();