llvm::MCFragment::setParent

Set the section that owns this fragment.

Synopsis

Declared in <llvm/MC/MCSection.h>

void
setParent(MCSection* Value);

Parameters

NameDescription
Value- Parent section, or null to detach.