llvm::MCStreamer::emitAbsoluteSymbolDiffAsULEB128

Emit the absolute difference between two symbols encoded with ULEB128.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
void
emitAbsoluteSymbolDiffAsULEB128(
    MCSymbol const* Hi,
    MCSymbol const* Lo);

Parameters

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