llvm::AsmPrinter::emitDwarfUnitLength

emitDwarfUnitLength overloads

Synopses

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...

Return Value

End symbol that the caller must emit after the unit contents.

Parameters

NameDescription
LengthUnit length to emit.
CommentAssembly comment associated with the field.
PrefixPrefix used when creating the end symbol.