Dump the qualified type name of DIE to OS.

Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFDie.h>

void
dumpTypeQualifiedName(
    DWARFDie const& DIE,
    raw_ostream& OS);

Parameters

Name

Description

DIE

DIE whose qualified type name to dump.

OS

Output stream to write the type name to.

Created with MrDocs