LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/CVRecord.h"
Public Member Functions | |
RemappedRecord (const CVRecord< Kind > &R) | |
Public Attributes | |
CVRecord< Kind > | OriginalRecord |
SmallVector< std::pair< uint32_t, TypeIndex >, 8 > | Mappings |
Definition at line 52 of file CVRecord.h.
|
inlineexplicit |
Definition at line 53 of file CVRecord.h.
SmallVector<std::pair<uint32_t, TypeIndex>, 8> llvm::codeview::RemappedRecord< Kind >::Mappings |
Definition at line 56 of file CVRecord.h.
CVRecord<Kind> llvm::codeview::RemappedRecord< Kind >::OriginalRecord |
Definition at line 55 of file CVRecord.h.