llvm::MCObjectStreamer::appendContents

Append Contents to the fixed-size part of the current fragment.

Synopsis

Declared in <llvm/MC/MCObjectStreamer.h>

void
appendContents(ArrayRef<char> Contents);

Parameters

NameDescription
Contents- Bytes to append.