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

Name

Description

Symbol

‐ Symbol whose section offset is emitted.

Created with MrDocs