1 write to _lsdaSectionWriter
ILCompiler.Compiler (1)
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
52
_lsdaSectionWriter
= GetOrCreateSection(LsdaSection);
3 references to _lsdaSectionWriter
ILCompiler.Compiler (3)
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (3)
54
_lsdaSectionWriter
.EmitAlignment(8);
187
lsdaSectionWriter =
_lsdaSectionWriter
;
217
EmitLsda(nodeWithCodeInfo, frameInfos, i,
_lsdaSectionWriter
, ref mainLsdaOffset);