dump overloads

Synopses

Declared in <llvm/IR/Metadata.h>

User‐friendly dump.

void
dump() const;

Dump this metadata to stderr using M for slot tracking.

void
dump(Module const* M) const;

Parameters

Name

Description

M

Optional module used for canonical metadata numbering.

Created with MrDocs