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