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