LLVM: llvm::CodeViewYAML::YAMLDebugSubsection Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/CodeViewYAMLDebugSections.h](CodeViewYAMLDebugSections%5F8h%5Fsource.html)"

Static Public Member Functions
static LLVM_ABI Expected< YAMLDebugSubsection > fromCodeViewSubection (const codeview::StringsAndChecksumsRef &SC, const codeview::DebugSubsectionRecord &SS)
Public Attributes
std::shared_ptr< detail::YAMLSubsectionBase > Subsection

Detailed Description

Definition at line 111 of file CodeViewYAMLDebugSections.h.

Member Function Documentation

fromCodeViewSubection()

Expected< YAMLDebugSubsection > YAMLDebugSubsection::fromCodeViewSubection ( const codeview::StringsAndChecksumsRef & SC, const codeview::DebugSubsectionRecord & SS ) static

Definition at line 887 of file CodeViewYAMLDebugSections.cpp.

References llvm::codeview::EC, and llvm::codeview::visitDebugSubsection().

Referenced by llvm::CodeViewYAML::fromDebugS().

Member Data Documentation

Subsection

std::shared_ptr<detail::YAMLSubsectionBase> llvm::CodeViewYAML::YAMLDebugSubsection::Subsection

Definition at line 116 of file CodeViewYAMLDebugSections.h.


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