|
LLVM 22.0.0git
|
Public Member Functions | |
| YAMLSubsectionBase (DebugSubsectionKind Kind) | |
| virtual | ~YAMLSubsectionBase ()=default |
| virtual void | map (IO &IO)=0 |
| virtual std::shared_ptr< DebugSubsection > | toCodeViewSubsection (BumpPtrAllocator &Allocator, const codeview::StringsAndChecksums &SC) const =0 |
Public Attributes | |
| DebugSubsectionKind | Kind |
Definition at line 85 of file CodeViewYAMLDebugSections.cpp.
|
inlineexplicit |
Definition at line 86 of file CodeViewYAMLDebugSections.cpp.
References Kind.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
| DebugSubsectionKind llvm::CodeViewYAML::detail::YAMLSubsectionBase::Kind |
Definition at line 94 of file CodeViewYAMLDebugSections.cpp.
Referenced by YAMLSubsectionBase().