LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h"
Public Member Functions | |
DebugSymbolsSubsection () | |
uint32_t | calculateSerializedSize () const override |
Error | commit (BinaryStreamWriter &Writer) const override |
void | addSymbol (CVSymbol Symbol) |
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 37 of file DebugSymbolsSubsection.h.
|
inline |
Definition at line 39 of file DebugSymbolsSubsection.h.
void DebugSymbolsSubsection::addSymbol | ( | CVSymbol | Symbol | ) |
Definition at line 31 of file DebugSymbolsSubsection.cpp.
References llvm::codeview::CVRecord< Kind >::length().
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 19 of file DebugSymbolsSubsection.cpp.
|
inlinestatic |
Definition at line 40 of file DebugSymbolsSubsection.h.
References llvm::codeview::DebugSubsection::kind(), llvm::ARMBuildAttrs::Symbol, and llvm::codeview::Symbols.
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 23 of file DebugSymbolsSubsection.cpp.
References llvm::codeview::EC, llvm::Error::success(), and llvm::BinaryStreamWriter::writeBytes().