|
LLVM
8.0.1
|
#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 |
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 42 of file DebugFrameDataSubsection.h.
|
inline |
Definition at line 44 of file DebugFrameDataSubsection.h.
Definition at line 60 of file DebugFrameDataSubsection.cpp.
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 37 of file DebugFrameDataSubsection.cpp.
References llvm::codeview::FrameData, and Size.
|
inlinestatic |
Definition at line 47 of file DebugFrameDataSubsection.h.
References llvm::codeview::FrameData, and llvm::codeview::DebugSubsection::kind().
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 44 of file DebugFrameDataSubsection.cpp.
References llvm::codeview::EC, llvm::makeArrayRef(), llvm::codeview::FrameData::RvaStart, llvm::sort(), llvm::Error::success(), llvm::BinaryStreamWriter::writeArray(), and llvm::BinaryStreamWriter::writeInteger().
1.8.13