LLVM
8.0.1
|
#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 111 of file CodeViewYAMLDebugSections.h.
|
static |
Definition at line 892 of file CodeViewYAMLDebugSections.cpp.
References llvm::codeview::EC, and llvm::codeview::visitDebugSubsection().
std::shared_ptr<detail::YAMLSubsectionBase> llvm::CodeViewYAML::YAMLDebugSubsection::Subsection |
Definition at line 116 of file CodeViewYAMLDebugSections.h.
Referenced by llvm::CodeViewYAML::toCodeViewSubsectionList().