Write the name of a CodeView thunk ordinal to OS.

Synopsis

Declared in <llvm/DebugInfo/PDB/PDBExtras.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    codeview::ThunkOrdinal const& Thunk);

Return Value

A reference to OS.

Parameters

Name

Description

OS

The stream to write to.

Thunk

The thunk ordinal to print.

Created with MrDocs