Return the next fragment in the section, or null if this is the last.
Synopsis
Declared in <llvm/MC/MCSection.h>
MCFragment*
getNext() const;
Return Value
The next fragment, or null if this is the last.
Created with MrDocs