class ContinuationRecordBuilder
Declaration
class ContinuationRecordBuilder { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h:34
Method Overview
- public ContinuationRecordBuilder()
- public void begin(llvm::codeview::ContinuationRecordKind RecordKind)
- public std::vector<CVType> end(llvm::codeview::TypeIndex Index)
- public template <typename RecordType>void writeMemberType(RecordType & Record)
- public ~ContinuationRecordBuilder()
Methods
¶ContinuationRecordBuilder()
ContinuationRecordBuilder()
Declared at: llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h:49
¶void begin(llvm::codeview::ContinuationRecordKind
RecordKind)
void begin(llvm::codeview::ContinuationRecordKind
RecordKind)
Declared at: llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h:52
Parameters
- llvm::codeview::ContinuationRecordKind RecordKind
¶std::vector<CVType> end(
llvm::codeview::TypeIndex Index)
std::vector<CVType> end(
llvm::codeview::TypeIndex Index)
Declared at: llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h:59
Parameters
¶template <typename RecordType>
void writeMemberType(RecordType& Record)
template <typename RecordType>
void writeMemberType(RecordType& Record)
Declared at: llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h:57
Templates
- RecordType
Parameters
- RecordType& Record
¶~ContinuationRecordBuilder()
~ContinuationRecordBuilder()
Declared at: llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h:50