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

References

lib/DebugInfo/CodeView/TypeHashing.cpp
   57       if (TI.isSimple() || TI.isNoneType()) {
   57       if (TI.isSimple() || TI.isNoneType()) {
   58         const uint8_t *IndexBytes = reinterpret_cast<const uint8_t *>(&TI);
   61         if (TI.toArrayIndex() >= Prev.size() ||
   62             Prev[TI.toArrayIndex()].empty()) {
   67         BytesToHash = Prev[TI.toArrayIndex()].Hash;