llvm::MCFragment::getVarFixups

getVarFixups overloads

Synopses

Declared in <llvm/MC/MCSection.h>

Return a mutable view of fixups for the variable-size content.

MutableArrayRef<MCFixup>
getVarFixups();
» more...

Return a read-only view of fixups for the variable-size content.

ArrayRef<MCFixup>
getVarFixups() const;
» more...

Return Value

  • A mutable view of fixups for the variable-size content.
  • A read-only view of fixups for the variable-size content.