Check whether the difference between SymA and FB is fully resolved.
Declared in <llvm/MC/MCMachObjectWriter.h>
virtual
bool
isSymbolRefDifferenceFullyResolvedImpl(
MCSymbol const& SymA,
MCFragment const& FB,
bool InSet,
bool IsPCRel) const override;
True if the symbol difference is fully resolved.
| Name | Description |
|---|---|
| SymA | - First symbol in the difference. |
| FB | - Fragment defining the second symbol. |
| InSet | - True if the difference appears in a set expression. |
| IsPCRel | - True if the reference is PC-relative. |