class ContinuationRecordBuilder

Declaration

class ContinuationRecordBuilder { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h:34

Method Overview

Methods

ContinuationRecordBuilder()

Declared at: llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h:49

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)

Declared at: llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h:59

Parameters

llvm::codeview::TypeIndex Index

template <typename RecordType>
void writeMemberType(RecordType& Record)

Declared at: llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h:57

Templates

RecordType

Parameters

RecordType& Record

~ContinuationRecordBuilder()

Declared at: llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h:50