Check whether the difference (A - B) between two symbol references is fully resolved.
Declared in <llvm/MC/MCObjectWriter.h>
bool
isSymbolRefDifferenceFullyResolved(
MCSymbol const& A,
MCSymbol const& B,
bool InSet) const;
Clients are not required to answer precisely and may conservatively return false, even when a difference is fully resolved.
True if the symbol difference is known to be fully resolved.
| Name | Description |
|---|---|
| A | First (minuend) symbol in the difference. |
| B | Second (subtrahend) symbol in the difference. |
| InSet | True when evaluating a difference inside a set expression. |