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

References

lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
   80   uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size());
   81   memcpy(Stable, Record.data(), Record.size());
   81   memcpy(Stable, Record.data(), Record.size());
   82   Record = ArrayRef<uint8_t>(Stable, Record.size());
   82   Record = ArrayRef<uint8_t>(Stable, Record.size());
   83   SeenRecords.push_back(Record);