You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CodeView reader use the public names information to create
the instructions LVLineAssembler. Instead of relying on CodeView
public symbol stream S_PUB32, the reader can collect the needed
information while processing the debug information.
If the object file supports the above stream, use them
to create the public names.