llvm::MCStreamer::emitDwarfLocLabelDirective

This implements the '.loc_label Name' directive.

Synopsis

Declared in <llvm/MC/MCStreamer.h>

virtual
void
emitDwarfLocLabelDirective(
    SMLoc Loc,
    StringRef Name);

Parameters

NameDescription
LocRepresents a location in source code.
NameRepresent a constant reference to a string, i.e. a character array and a length, which need not be null terminated.