|
LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h"


Public Types | |
| using | ArrayType = FixedStreamArray< support::ulittle32_t > |
Public Member Functions | |
| DebugSymbolRVASubsectionRef () | |
| ArrayType::Iterator | begin () const |
| ArrayType::Iterator | end () const |
| Error | initialize (BinaryStreamReader &Reader) |
Public Member Functions inherited from llvm::codeview::DebugSubsectionRef | |
| DebugSubsectionRef (DebugSubsectionKind Kind) | |
| virtual | ~DebugSubsectionRef () |
| DebugSubsectionKind | kind () const |
Static Public Member Functions | |
| static bool | classof (const DebugSubsectionRef *S) |
Static Public Member Functions inherited from llvm::codeview::DebugSubsectionRef | |
| static bool | classof (const DebugSubsectionRef *S) |
Additional Inherited Members | |
Protected Attributes inherited from llvm::codeview::DebugSubsectionRef | |
| DebugSubsectionKind | Kind |
Definition at line 27 of file DebugSymbolRVASubsection.h.
| using llvm::codeview::DebugSymbolRVASubsectionRef::ArrayType = FixedStreamArray<support::ulittle32_t> |
Definition at line 29 of file DebugSymbolRVASubsection.h.
| DebugSymbolRVASubsectionRef::DebugSymbolRVASubsectionRef | ( | ) |
Definition at line 20 of file DebugSymbolRVASubsection.cpp.
References llvm::codeview::CoffSymbolRVA.
|
inline |
Definition at line 37 of file DebugSymbolRVASubsection.h.
References llvm::FixedStreamArray< T >::begin().
|
inlinestatic |
Definition at line 33 of file DebugSymbolRVASubsection.h.
References llvm::codeview::CoffSymbolRVA, and llvm::codeview::DebugSubsectionRef::kind().
|
inline |
Definition at line 38 of file DebugSymbolRVASubsection.h.
References llvm::FixedStreamArray< T >::end(), and initialize().
| Error DebugSymbolRVASubsectionRef::initialize | ( | BinaryStreamReader & | Reader | ) |
Definition at line 23 of file DebugSymbolRVASubsection.cpp.
References llvm::BinaryStreamReader::bytesRemaining(), and llvm::BinaryStreamReader::readArray().
Referenced by end(), and llvm::codeview::visitDebugSubsection().
1.8.13