2 references to ExternDataSymbol
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
880return ExternDataSymbol(NameMangler.NodeMangler.ThreadStaticsIndex(type));
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
2490pInfo->tlsIndexObject = CreateConstLookupToSymbol(_compilation.NodeFactory.ExternDataSymbol(new Utf8String("_tls_index"u8)));