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 |
|---|---|
| FnStart | MCSymbol - 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. |
| FnEnd | MCSymbol - 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. |