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.
| Name | Description |
|---|---|
| A | MCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created and uniqued by the MCContext class. MCSymbols should only be constructed with valid names for the object file. |
| B | MCSymbol - Instances of this class represent a symbol name in the MC file, and MCSymbols are created and uniqued by the MCContext class. MCSymbols should only be constructed with valid names for the object file. |