|
LLVM 22.0.0git
|
#include "llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h"
Public Member Functions | |
| DebugChecksumsSubsectionRef () | |
| bool | valid () const |
| LLVM_ABI Error | initialize (BinaryStreamReader Reader) |
| LLVM_ABI Error | initialize (BinaryStreamRef Stream) |
| Iterator | begin () const |
| Iterator | end () const |
| const FileChecksumArray & | getArray () const |
| 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 52 of file DebugChecksumsSubsection.h.
|
inline |
Definition at line 57 of file DebugChecksumsSubsection.h.
References llvm::codeview::DebugSubsectionRef::DebugSubsectionRef(), and llvm::codeview::FileChecksums.
|
inline |
Definition at line 69 of file DebugChecksumsSubsection.h.
|
inlinestatic |
Definition at line 60 of file DebugChecksumsSubsection.h.
References llvm::codeview::DebugSubsectionRef::DebugSubsectionRef(), llvm::codeview::FileChecksums, and llvm::codeview::DebugSubsectionRef::kind().
|
inline |
Definition at line 70 of file DebugChecksumsSubsection.h.
|
inline |
Definition at line 72 of file DebugChecksumsSubsection.h.
Referenced by getFileName().
| Error DebugChecksumsSubsectionRef::initialize | ( | BinaryStreamReader | Reader | ) |
Definition at line 51 of file DebugChecksumsSubsection.cpp.
References llvm::BinaryStreamReader::bytesRemaining(), llvm::codeview::EC, llvm::BinaryStreamReader::readArray(), and llvm::Error::success().
Referenced by initialize().
| Error DebugChecksumsSubsectionRef::initialize | ( | BinaryStreamRef | Stream | ) |
Definition at line 58 of file DebugChecksumsSubsection.cpp.
References initialize().
|
inline |
Definition at line 64 of file DebugChecksumsSubsection.h.