Whether to encode with signed or unsigned LEB128.
Synopsis
Declared in <llvm/Support/LEB128.h>
enum class LEB128Sign : int;
Members
Name |
Description |
|
Encode as unsigned LEB128 (ULEB128). |
|
Encode as signed LEB128 (SLEB128). |
Created with MrDocs