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
FunctionId- Function id whose line table is emitted.
FnStart- Function start symbol.
FnEnd- Function end symbol.