struct RemappedRecord
Declaration
template <typename Kind>
struct RemappedRecord { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/CVRecord.h:64
Templates
- Kind
Member Variables
- public CVRecord<Kind> OriginalRecord
- public SmallVector<std::pair<uint32_t, TypeIndex>, 8> Mappings
Method Overview
- public RemappedRecord<Kind>(const CVRecord<Kind> & R)
Methods
ΒΆRemappedRecord<Kind>(const CVRecord<Kind>& R)
RemappedRecord<Kind>(const CVRecord<Kind>& R)
Declared at: llvm/include/llvm/DebugInfo/CodeView/CVRecord.h:65
Parameters
- const CVRecord<Kind>& R