struct LeafRecord

Declaration

struct LeafRecord { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ObjectYAML/CodeViewYAMLTypes.h:45

Member Variables

public std::shared_ptr<detail::LeafRecordBase> Leaf

Method Overview

  • public static Expected<llvm::CodeViewYAML::LeafRecord> fromCodeViewRecord(codeview::CVType Type)
  • public codeview::CVType toCodeViewRecord(codeview::AppendingTypeTableBuilder & Serializer) const

Methods

static Expected<llvm::CodeViewYAML::LeafRecord>
fromCodeViewRecord(codeview::CVType Type)

Declared at: llvm/include/llvm/ObjectYAML/CodeViewYAMLTypes.h:50

Parameters

codeview::CVType Type

codeview::CVType toCodeViewRecord(
    codeview::AppendingTypeTableBuilder&
        Serializer) const

Declared at: llvm/include/llvm/ObjectYAML/CodeViewYAMLTypes.h:49

Parameters

codeview::AppendingTypeTableBuilder& Serializer