struct RecordPrefix
Declaration
struct RecordPrefix { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h:33
Member Variables
- public llvm::support::ulittle16_t RecordLen
- public llvm::support::ulittle16_t RecordKind
Method Overview
- public RecordPrefix()
- public RecordPrefix(uint16_t Kind)
Methods
¶RecordPrefix()
RecordPrefix()
Declared at: llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h:34
¶RecordPrefix(uint16_t Kind)
RecordPrefix(uint16_t Kind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h:35
Parameters
- uint16_t Kind