llvm::MCStreamer::emitCVLinetableDirective

This implements the CodeView '.cv_linetable' assembler directive.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
void
emitCVLinetableDirective(
    unsigned int FunctionId,
    MCSymbol const* FnStart,
    MCSymbol const* FnEnd);

Parameters

NameDescription
FnStartMCSymbol - 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.
FnEndMCSymbol - 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.