Write the name of a PDB_DataKind enumerator to OS.
Declared in <llvm/DebugInfo/PDB/PDBExtras.h>
raw_ostream&
operator<<(
raw_ostream& OS,
PDB_DataKind const& Data);
A reference to OS.
| Name | Description |
|---|---|
| OS | The stream to write to. |
| Data | The data-kind enumerator to print. |