1 write to _is64Bit
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfEhFrame.cs (1)
24
_is64Bit
= is64Bit;
1 reference to _is64Bit
ILCompiler.Compiler (1)
Compiler\ObjectWriter\Dwarf\DwarfEhFrame.cs (1)
167
case DW_EH_PE_ptr: return
_is64Bit
? 8u : 4u;