LLVM 20.0.0git
|
#include "llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h"
Public Member Functions | |
DebugFrameDataSubsection (bool IncludeRelocPtr) | |
uint32_t | calculateSerializedSize () const override |
Error | commit (BinaryStreamWriter &Writer) const override |
void | addFrameData (const FrameData &Frame) |
void | setFrames (ArrayRef< FrameData > Frames) |
Public Member Functions inherited from llvm::codeview::DebugSubsection | |
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) |
Static Public Member Functions inherited from llvm::codeview::DebugSubsection | |
static bool | classof (const DebugSubsection *S) |
Additional Inherited Members | |
Protected Attributes inherited from llvm::codeview::DebugSubsection | |
DebugSubsectionKind | Kind |
Definition at line 45 of file DebugFrameDataSubsection.h.
|
inline |
Definition at line 47 of file DebugFrameDataSubsection.h.
Definition at line 60 of file DebugFrameDataSubsection.cpp.
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 38 of file DebugFrameDataSubsection.cpp.
References Size.
|
inlinestatic |
Definition at line 50 of file DebugFrameDataSubsection.h.
References llvm::codeview::FrameData, and llvm::codeview::DebugSubsection::kind().
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 45 of file DebugFrameDataSubsection.cpp.
References llvm::codeview::EC, LHS, RHS, llvm::sort(), llvm::Error::success(), llvm::BinaryStreamWriter::writeArray(), and llvm::BinaryStreamWriter::writeInteger().