emitDwarfUnitLength overloads
Declared in <llvm/CodeGen/AsmPrinter.h>
Emit a DWARF unit-length field with absolute length Length.
void
emitDwarfUnitLength(
uint64_t Length,
Twine const& Comment) const;
» more...
Emit a DWARF unit-length field and return its end symbol.
MCSymbol*
emitDwarfUnitLength(
Twine const& Prefix,
Twine const& Comment) const;
» more...
End symbol that the caller must emit after the unit contents.
| Name | Description |
|---|---|
| Length | Unit length to emit. |
| Comment | Assembly comment associated with the field. |
| Prefix | Prefix used when creating the end symbol. |