LocationTypeFlags

Flags specifying at compile time what should be stored in a location.

Values

ValueMeaning
none0

No flags.

diff1

This is the difference between two locations.

bytes2

The number of bytes should be stored.

lines4

The number of lines should be stored.

lineOffset8

The offset of bytes from the current line beginning should be stored.

Meta