LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h"
Public Member Functions | |
DebugChecksumsSubsectionRef () | |
bool | valid () const |
Error | initialize (BinaryStreamReader Reader) |
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 50 of file DebugChecksumsSubsection.h.
|
inline |
Definition at line 55 of file DebugChecksumsSubsection.h.
|
inline |
Definition at line 67 of file DebugChecksumsSubsection.h.
|
inlinestatic |
Definition at line 58 of file DebugChecksumsSubsection.h.
References llvm::codeview::FileChecksums, and llvm::codeview::DebugSubsectionRef::kind().
|
inline |
Definition at line 68 of file DebugChecksumsSubsection.h.
|
inline |
Definition at line 70 of file DebugChecksumsSubsection.h.
Referenced by getFileName().
Error DebugChecksumsSubsectionRef::initialize | ( | BinaryStreamReader | Reader | ) |
Definition at line 52 of file DebugChecksumsSubsection.cpp.
References llvm::BinaryStreamReader::bytesRemaining(), llvm::codeview::EC, llvm::BinaryStreamReader::readArray(), and llvm::Error::success().
Referenced by llvm::pdb::ModuleDebugStreamRef::findChecksumsSubsection(), and llvm::codeview::visitDebugSubsection().
Error DebugChecksumsSubsectionRef::initialize | ( | BinaryStreamRef | Stream | ) |
Definition at line 59 of file DebugChecksumsSubsection.cpp.
References initialize().
|
inline |
Definition at line 62 of file DebugChecksumsSubsection.h.
References initialize().