llvm::MCStreamer::addExplicitComment

Add explicit comment T. T is required to be a valid comment in the output and does not need to be escaped.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
void
addExplicitComment(Twine const& T);

Parameters

NameDescription
TTwine - A lightweight data structure for efficiently representing the concatenation of temporary values as strings.