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

References

include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
   66     uint64_t getSignature() const { return Signature; }
lib/DebugInfo/DWARF/DWARFUnitIndex.cpp
   64     Rows[i].Signature = IndexData.getU64(&Offset);
  139       OS << format("%5u 0x%016" PRIx64 " ", i + 1, Row.Signature);