Emit the absolute difference between two symbols encoded with ULEB128.
Declared in <llvm/MC/MCStreamer.h>
virtual
void
emitAbsoluteSymbolDiffAsULEB128(
MCSymbol const* Hi,
MCSymbol const* Lo);
| Name | Description |
|---|---|
| Hi | 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. |
| Lo | 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. |