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

References

lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  459     for (size_t SlotIndex = 0; SlotIndex < Slots.size(); SlotIndex += 2) {
  459     for (size_t SlotIndex = 0; SlotIndex < Slots.size(); SlotIndex += 2) {
  460       uint8_t Byte = static_cast<uint8_t>(Slots[SlotIndex]) << 4;
  461       if ((SlotIndex + 1) < Slots.size()) {
  462         Byte |= static_cast<uint8_t>(Slots[SlotIndex + 1]);