LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/DebugSubsection.h"
Public Member Functions | |
DebugSubsection (DebugSubsectionKind Kind) | |
virtual | ~DebugSubsection () |
DebugSubsectionKind | kind () const |
virtual Error | commit (BinaryStreamWriter &Writer) const =0 |
virtual uint32_t | calculateSerializedSize () const =0 |
Static Public Member Functions | |
static bool | classof (const DebugSubsection *S) |
Protected Attributes | |
DebugSubsectionKind | Kind |
Definition at line 33 of file DebugSubsection.h.
|
inlineexplicit |
Definition at line 35 of file DebugSubsection.h.
|
virtual |
Definition at line 16 of file DebugSubsection.cpp.
|
pure virtual |
Implemented in llvm::codeview::DebugLinesSubsection, llvm::codeview::DebugInlineeLinesSubsection, llvm::codeview::DebugChecksumsSubsection, llvm::codeview::DebugCrossModuleImportsSubsection, llvm::codeview::DebugStringTableSubsection, llvm::codeview::DebugCrossModuleExportsSubsection, llvm::codeview::DebugSymbolRVASubsection, llvm::codeview::DebugFrameDataSubsection, and llvm::codeview::DebugSymbolsSubsection.
|
inlinestatic |
Definition at line 38 of file DebugSubsection.h.
|
pure virtual |
Implemented in llvm::codeview::DebugLinesSubsection, llvm::codeview::DebugInlineeLinesSubsection, llvm::codeview::DebugChecksumsSubsection, llvm::codeview::DebugCrossModuleImportsSubsection, llvm::codeview::DebugStringTableSubsection, llvm::codeview::DebugCrossModuleExportsSubsection, llvm::codeview::DebugSymbolRVASubsection, llvm::codeview::DebugFrameDataSubsection, and llvm::codeview::DebugSymbolsSubsection.
|
inline |
Definition at line 40 of file DebugSubsection.h.
References llvm::codeview::DebugSubsectionRef::Kind.
Referenced by llvm::codeview::DebugFrameDataSubsectionRef::classof(), llvm::codeview::DebugSymbolsSubsection::classof(), llvm::codeview::DebugFrameDataSubsection::classof(), llvm::codeview::DebugSymbolRVASubsection::classof(), llvm::codeview::DebugCrossModuleExportsSubsection::classof(), llvm::codeview::DebugStringTableSubsection::classof(), llvm::codeview::DebugCrossModuleImportsSubsection::classof(), llvm::codeview::DebugChecksumsSubsection::classof(), llvm::codeview::DebugInlineeLinesSubsection::classof(), and llvm::codeview::DebugLinesSubsection::classof().
|
protected |
Definition at line 46 of file DebugSubsection.h.
Referenced by llvm::codeview::DebugChecksumsSubsection::addChecksum().