This implements the '.loc_label Name' directive.
Declared in <llvm/MC/MCStreamer.h>
virtual
void
emitDwarfLocLabelDirective(
SMLoc Loc,
StringRef Name);
| Name | Description |
|---|---|
| Loc | Represents a location in source code. |
| Name | Represent a constant reference to a string, i.e. a character array and a length, which need not be null terminated. |