Home
last modified time | relevance | path

Searched refs:DestContent (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp403 uint8_t *DestContent = Storage.data() + sizeof(RecordPrefix); in remapIndices() local
407 reinterpret_cast<TypeIndex *>(DestContent + Ref.Offset); in remapIndices()
423 DestContent = Storage.data() + OriginalType.RecordData.size(); in remapIndices()
425 *DestContent++ = LF_PAD4 - Align; in remapIndices()