llvm::MCStreamer::emitCOFFSecOffset

Emits the offset of the symbol from the beginning of the section during object writing (i.e., this is not a runtime relocation).

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
void
emitCOFFSecOffset(MCSymbol const* Symbol);

Parameters

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