|
LLVM
8.0.1
|

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 88 of file CodeViewYAMLDebugSections.cpp.
|
inlineexplicit |
Definition at line 89 of file CodeViewYAMLDebugSections.cpp.
References Allocator, and llvm::PPCISD::SC.
|
virtualdefault |
|
pure virtual |
|
pure virtual |
| DebugSubsectionKind llvm::CodeViewYAML::detail::YAMLSubsectionBase::Kind |
Definition at line 97 of file CodeViewYAMLDebugSections.cpp.
1.8.13