LLVM  8.0.1
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
llvm::CodeViewYAML::LeafRecord Struct Reference

#include "llvm/ObjectYAML/CodeViewYAMLTypes.h"

Collaboration diagram for llvm::CodeViewYAML::LeafRecord:
Collaboration graph
[legend]

Public Member Functions

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

Static Public Member Functions

static Expected< LeafRecordfromCodeViewRecord (codeview::CVType Type)
 

Public Attributes

std::shared_ptr< detail::LeafRecordBaseLeaf
 

Detailed Description

Definition at line 46 of file CodeViewYAMLTypes.h.

Member Function Documentation

◆ fromCodeViewRecord()

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

◆ toCodeViewRecord()

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

Definition at line 697 of file CodeViewYAMLTypes.cpp.

Member Data Documentation

◆ Leaf

std::shared_ptr<detail::LeafRecordBase> llvm::CodeViewYAML::LeafRecord::Leaf

Definition at line 47 of file CodeViewYAMLTypes.h.

Referenced by fromCodeViewRecordImpl(), and mapLeafRecordImpl().


The documentation for this struct was generated from the following files: