LLVM 20.0.0git
|
#include "llvm/ObjectYAML/CodeViewYAMLTypeHashing.h"
Public Member Functions | |
GlobalHash ()=default | |
GlobalHash (StringRef S) | |
GlobalHash (ArrayRef< uint8_t > S) | |
Public Attributes | |
yaml::BinaryRef | Hash |
Definition at line 31 of file CodeViewYAMLTypeHashing.h.
|
default |
|
inlineexplicit |
Definition at line 33 of file CodeViewYAMLTypeHashing.h.
References assert(), and llvm::StringRef::size().
|
inlineexplicit |
Definition at line 36 of file CodeViewYAMLTypeHashing.h.
References assert(), and llvm::ArrayRef< T >::size().
yaml::BinaryRef llvm::CodeViewYAML::GlobalHash::Hash |
Definition at line 39 of file CodeViewYAMLTypeHashing.h.