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

References

lib/CodeGen/AsmPrinter/DIEHash.cpp
   55   LLVM_DEBUG(dbgs() << "Adding ULEB128 " << Value << " to hash.\n");
   57     uint8_t Byte = Value & 0x7f;
   58     Value >>= 7;
   59     if (Value != 0)
   62   } while (Value != 0);