LLVM 20.0.0git
|
#include "llvm/ObjectYAML/CodeViewYAMLTypeHashing.h"
Public Attributes | |
uint32_t | Magic |
uint16_t | Version |
uint16_t | HashAlgorithm |
std::vector< GlobalHash > | Hashes |
Definition at line 42 of file CodeViewYAMLTypeHashing.h.
uint16_t llvm::CodeViewYAML::DebugHSection::HashAlgorithm |
Definition at line 45 of file CodeViewYAMLTypeHashing.h.
Referenced by llvm::CodeViewYAML::fromDebugH(), and llvm::CodeViewYAML::toDebugH().
std::vector<GlobalHash> llvm::CodeViewYAML::DebugHSection::Hashes |
Definition at line 46 of file CodeViewYAMLTypeHashing.h.
Referenced by llvm::CodeViewYAML::fromDebugH(), and llvm::CodeViewYAML::toDebugH().
uint32_t llvm::CodeViewYAML::DebugHSection::Magic |
Definition at line 43 of file CodeViewYAMLTypeHashing.h.
Referenced by llvm::CodeViewYAML::fromDebugH(), and llvm::CodeViewYAML::toDebugH().
uint16_t llvm::CodeViewYAML::DebugHSection::Version |
Definition at line 44 of file CodeViewYAMLTypeHashing.h.
Referenced by llvm::CodeViewYAML::fromDebugH(), and llvm::CodeViewYAML::toDebugH().