Return true if the distance between Begin and End may change at link time.
Declared in <llvm/MC/MCSymbol.h>
bool
isRangeRelaxable(
MCSymbol const* Begin,
MCSymbol const* End);
True if the range may change size at link time.
| Name | Description |
|---|---|
| Begin | - Start symbol of the range. |
| End | - End symbol of the range. |