LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h"
Public Member Functions | |
DebugSymbolRVASubsection () | |
Error | commit (BinaryStreamWriter &Writer) const override |
uint32_t | calculateSerializedSize () const override |
void | addRVA (uint32_t RVA) |
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 46 of file DebugSymbolRVASubsection.h.
DebugSymbolRVASubsection::DebugSymbolRVASubsection | ( | ) |
Definition at line 27 of file DebugSymbolRVASubsection.cpp.
|
inline |
Definition at line 57 of file DebugSymbolRVASubsection.h.
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 34 of file DebugSymbolRVASubsection.cpp.
|
inlinestatic |
Definition at line 50 of file DebugSymbolRVASubsection.h.
References llvm::codeview::CoffSymbolRVA, and llvm::codeview::DebugSubsection::kind().
|
overridevirtual |
Implements llvm::codeview::DebugSubsection.
Definition at line 30 of file DebugSymbolRVASubsection.cpp.
References llvm::makeArrayRef(), and llvm::BinaryStreamWriter::writeArray().