LLVM: llvm::codeview::FileChecksumEntry Struct Reference (original) (raw)

#include "[llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h](DebugChecksumsSubsection%5F8h%5Fsource.html)"

Public Attributes
uint32_t FileNameOffset
FileChecksumKind Kind
ArrayRef< uint8_t > Checksum

Detailed Description

Definition at line 34 of file DebugChecksumsSubsection.h.

Member Data Documentation

Checksum

ArrayRef<uint8_t> llvm::codeview::FileChecksumEntry::Checksum

Definition at line 37 of file DebugChecksumsSubsection.h.

Referenced by convertOneChecksum(), and llvm::VarStreamArrayExtractor< T >::operator()().

FileNameOffset

uint32_t llvm::codeview::FileChecksumEntry::FileNameOffset

Definition at line 35 of file DebugChecksumsSubsection.h.

Referenced by llvm::codeview::DebugChecksumsSubsection::addChecksum(), convertOneChecksum(), llvm::pdb::SymbolCache::getOrCreateSourceFile(), and llvm::VarStreamArrayExtractor< T >::operator()().

Kind

FileChecksumKind llvm::codeview::FileChecksumEntry::Kind

Definition at line 36 of file DebugChecksumsSubsection.h.

Referenced by convertOneChecksum(), and llvm::VarStreamArrayExtractor< T >::operator()().


The documentation for this struct was generated from the following file: