LLVM 20.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 87 of file CodeViewYAMLDebugSections.cpp.
|
inlineexplicit |
Definition at line 88 of file CodeViewYAMLDebugSections.cpp.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
DebugSubsectionKind llvm::CodeViewYAML::detail::YAMLSubsectionBase::Kind |
Definition at line 96 of file CodeViewYAMLDebugSections.cpp.