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

#include "llvm/ObjectYAML/CodeViewYAMLSymbols.h"

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

Public Member Functions

codeview::CVSymbol toCodeViewSymbol (BumpPtrAllocator &Allocator, codeview::CodeViewContainer Container) const
 

Static Public Member Functions

static Expected< SymbolRecordfromCodeViewSymbol (codeview::CVSymbol Symbol)
 

Public Attributes

std::shared_ptr< detail::SymbolRecordBaseSymbol
 

Detailed Description

Definition at line 33 of file CodeViewYAMLSymbols.h.

Member Function Documentation

◆ fromCodeViewSymbol()

Expected< CodeViewYAML::SymbolRecord > CodeViewYAML::SymbolRecord::fromCodeViewSymbol ( codeview::CVSymbol  Symbol)
static

◆ toCodeViewSymbol()

CVSymbol CodeViewYAML::SymbolRecord::toCodeViewSymbol ( BumpPtrAllocator Allocator,
codeview::CodeViewContainer  Container 
) const

Definition at line 561 of file CodeViewYAMLSymbols.cpp.

References llvm::ARMBuildAttrs::Symbol.

Member Data Documentation

◆ Symbol

std::shared_ptr<detail::SymbolRecordBase> llvm::CodeViewYAML::SymbolRecord::Symbol

Definition at line 34 of file CodeViewYAMLSymbols.h.

Referenced by fromCodeViewSymbolImpl(), and mapSymbolRecordImpl().


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