Write the name of a PDB_BuiltinType enumerator to OS.
Synopsis
Declared in <llvm/DebugInfo/PDB/PDBExtras.h>
raw_ostream&
operator<<(
raw_ostream& OS,
PDB_BuiltinType const& Type);
Return Value
A reference to OS.
Parameters
Name |
Description |
OS |
The stream to write to. |
Type |
The builtin type enumerator to print. |
Created with MrDocs