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
Symbol- Symbol whose section offset is emitted.