LLVM
8.0.1
|
#include "llvm/ObjectYAML/CodeViewYAMLDebugSections.h"
Public Attributes | |
StringRef | FileName |
codeview::FileChecksumKind | Kind |
HexFormattedString | ChecksumBytes |
Definition at line 85 of file CodeViewYAMLDebugSections.h.
HexFormattedString llvm::CodeViewYAML::SourceFileChecksumEntry::ChecksumBytes |
Definition at line 88 of file CodeViewYAMLDebugSections.h.
Referenced by convertOneChecksum().
StringRef llvm::CodeViewYAML::SourceFileChecksumEntry::FileName |
Definition at line 86 of file CodeViewYAMLDebugSections.h.
Referenced by convertOneChecksum().
codeview::FileChecksumKind llvm::CodeViewYAML::SourceFileChecksumEntry::Kind |
Definition at line 87 of file CodeViewYAMLDebugSections.h.
Referenced by convertOneChecksum().