class DebugChecksumsSubsectionRef
Declaration
class DebugChecksumsSubsectionRef : public DebugSubsectionRef { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:51
Inherits from: DebugSubsectionRef
Member Variables
- private llvm::codeview::DebugChecksumsSubsectionRef:: FileChecksumArray Checksums
Inherited from DebugSubsectionRef:
Method Overview
- public DebugChecksumsSubsectionRef()
- public llvm::codeview::DebugChecksumsSubsectionRef::Iterator begin() const
- public static bool classof(const llvm::codeview::DebugSubsectionRef * S)
- public llvm::codeview::DebugChecksumsSubsectionRef::Iterator end() const
- public const llvm::codeview::DebugChecksumsSubsectionRef::FileChecksumArray & getArray() const
- public llvm::Error initialize(llvm::BinaryStreamReader Reader)
- public llvm::Error initialize(llvm::BinaryStreamRef Stream)
- public bool valid() const
Inherited from DebugSubsectionRef:
Methods
¶DebugChecksumsSubsectionRef()
DebugChecksumsSubsectionRef()
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:56
¶llvm::codeview::DebugChecksumsSubsectionRef::
Iterator
begin() const
llvm::codeview::DebugChecksumsSubsectionRef::
Iterator
begin() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:68
¶static bool classof(
const llvm::codeview::DebugSubsectionRef* S)
static bool classof(
const llvm::codeview::DebugSubsectionRef* S)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:59
Parameters
- const llvm::codeview::DebugSubsectionRef* S
¶llvm::codeview::DebugChecksumsSubsectionRef::
Iterator
end() const
llvm::codeview::DebugChecksumsSubsectionRef::
Iterator
end() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:69
¶const llvm::codeview::
DebugChecksumsSubsectionRef::
FileChecksumArray&
getArray() const
const llvm::codeview::
DebugChecksumsSubsectionRef::
FileChecksumArray&
getArray() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:71
¶llvm::Error initialize(
llvm::BinaryStreamReader Reader)
llvm::Error initialize(
llvm::BinaryStreamReader Reader)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:65
Parameters
- llvm::BinaryStreamReader Reader
¶llvm::Error initialize(
llvm::BinaryStreamRef Stream)
llvm::Error initialize(
llvm::BinaryStreamRef Stream)
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:66
Parameters
- llvm::BinaryStreamRef Stream
¶bool valid() const
bool valid() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h:63