This implements the CodeView '.cv_linetable' assembler directive.
Declared in <llvm/MC/MCStreamer.h>
virtual
void
emitCVLinetableDirective(
unsigned int FunctionId,
MCSymbol const* FnStart,
MCSymbol const* FnEnd);
| Name | Description |
|---|---|
| FunctionId | - Function id whose line table is emitted. |
| FnStart | - Function start symbol. |
| FnEnd | - Function end symbol. |