reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/LEB128.h
   31     More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
   32               ((Value == -1) && ((Byte & 0x40) != 0))));
   35       Byte |= 0x80; // Mark this byte to show that more bytes will follow.
   36     OS << char(Byte);