llvm::MachObjectWriter::isSymbolRefDifferenceFullyResolvedImpl

Check whether the difference between SymA and FB is fully resolved.

Synopsis

Declared in <llvm/MC/MCMachObjectWriter.h>

virtual
bool
isSymbolRefDifferenceFullyResolvedImpl(
    MCSymbol const& SymA,
    MCFragment const& FB,
    bool InSet,
    bool IsPCRel) const override;

Return Value

True if the symbol difference is fully resolved.

Parameters

NameDescription
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.