getVarFixups overloads
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...