|
LLVM 22.0.0git
|
#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 26 of file DebugSymbolRVASubsection.h.
| using llvm::codeview::DebugSymbolRVASubsectionRef::ArrayType = FixedStreamArray<support::ulittle32_t> |
Definition at line 28 of file DebugSymbolRVASubsection.h.
| DebugSymbolRVASubsectionRef::DebugSymbolRVASubsectionRef | ( | ) |
Definition at line 19 of file DebugSymbolRVASubsection.cpp.
References llvm::codeview::CoffSymbolRVA, and llvm::codeview::DebugSubsectionRef::DebugSubsectionRef().
|
inline |
Definition at line 36 of file DebugSymbolRVASubsection.h.
|
inlinestatic |
Definition at line 32 of file DebugSymbolRVASubsection.h.
References llvm::codeview::CoffSymbolRVA, llvm::codeview::DebugSubsectionRef::DebugSubsectionRef(), and llvm::codeview::DebugSubsectionRef::kind().
|
inline |
Definition at line 37 of file DebugSymbolRVASubsection.h.
| Error DebugSymbolRVASubsectionRef::initialize | ( | BinaryStreamReader & | Reader | ) |
Definition at line 22 of file DebugSymbolRVASubsection.cpp.
References llvm::BinaryStreamReader::bytesRemaining(), and llvm::BinaryStreamReader::readArray().