llvm::isRangeRelaxable

Return true if the distance between Begin and End may change at link time.

Synopsis

Declared in <llvm/MC/MCSymbol.h>

bool
isRangeRelaxable(
    MCSymbol const* Begin,
    MCSymbol const* End);

Return Value

True if the range may change size at link time.

Parameters

NameDescription
Begin- Start symbol of the range.
End- End symbol of the range.