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

References

lib/CodeGen/AsmPrinter/DIEHash.cpp
   71     More = !((((Value == 0) && ((Byte & 0x40) == 0)) ||
   72               ((Value == -1) && ((Byte & 0x40) != 0))));
   74       Byte |= 0x80; // Mark this byte to show that more bytes will follow.
   75     Hash.update(Byte);