LLVM 20.0.0git
|
#include "llvm/ObjectYAML/CodeViewYAMLDebugSections.h"
Static Public Member Functions | |
static Expected< YAMLDebugSubsection > | fromCodeViewSubection (const codeview::StringsAndChecksumsRef &SC, const codeview::DebugSubsectionRecord &SS) |
Public Attributes | |
std::shared_ptr< detail::YAMLSubsectionBase > | Subsection |
Definition at line 110 of file CodeViewYAMLDebugSections.h.
|
static |
Definition at line 891 of file CodeViewYAMLDebugSections.cpp.
References llvm::codeview::EC, and llvm::codeview::visitDebugSubsection().
Referenced by llvm::CodeViewYAML::fromDebugS().
std::shared_ptr<detail::YAMLSubsectionBase> llvm::CodeViewYAML::YAMLDebugSubsection::Subsection |
Definition at line 115 of file CodeViewYAMLDebugSections.h.