Emit signed LEB128 value Value.
Declared in <llvm/CodeGen/AsmPrinter.h>
void
emitSLEB128(
int64_t Value,
char const* Desc = nullptr) const;
| Name | Description |
|---|---|
| Value | Signed value to encode. |
| Desc | Optional verbose-assembly comment describing the value. |