Print a human‐readable description of this section to stderr.

Synopsis

Declared in <llvm/MC/MCSection.h>

void
dump(DenseMap<MCFragment const*, SmallVector<MCSymbol const*, 0>>* FragToSyms = nullptr) const;

Parameters

Name

Description

FragToSyms

‐ Optional map from fragments to symbols defined at them, used to annotate the dump.

Created with MrDocs