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

Declarations

include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  440     uint32_t getHashArrayEntry(uint32_t Index) const;

References

lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp
  732     uint32_t Hash = getHashArrayEntry(Index);
  804     uint32_t Hash = CurrentIndex->getHashArrayEntry(Index);
lib/DebugInfo/DWARF/DWARFVerifier.cpp
 1039     uint32_t FirstHash = NI.getHashArrayEntry(Idx);
 1053       uint32_t Hash = NI.getHashArrayEntry(Idx);