1 write to _armUnwindSections
ILCompiler.Compiler (1)
Compiler\ObjectWriter\ElfObjectWriter.Aot.cs (1)
76
_armUnwindSections
??= new();
2 references to _armUnwindSections
ILCompiler.Compiler (2)
Compiler\ObjectWriter\ElfObjectWriter.Aot.cs (2)
77
if (
_armUnwindSections
.TryGetValue(sectionWriter.SectionIndex, out var unwindSections))
88
_armUnwindSections
.Add(sectionWriter.SectionIndex, (exidxSectionWriter, extabSectionWriter));