llvm::sampleprof::ProfileSymbolList::dump

Dump the symbol list for debugging.

Synopsis

Declared in <llvm/ProfileData/SampleProf.h>

void
dump(raw_ostream& OS = dbgs()) const;

Parameters

NameDescription
OSOutput stream that receives the dump.