Searched refs:StableStorage (Results 1 – 1 of 1) sorted by relevance
54 uint8_t *StableStorage = Storage.Allocate<uint8_t>(RecordEnd); in visitSymbolEnd() local55 ::memcpy(StableStorage, &RecordBuffer[0], RecordEnd); in visitSymbolEnd()56 Record.RecordData = ArrayRef<uint8_t>(StableStorage, RecordEnd); in visitSymbolEnd()