Home
last modified time | relevance | path

Searched defs:GlobalHash (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypeHashing.h31 struct GlobalHash { struct
33 explicit GlobalHash(StringRef S) : Hash(S) { in GlobalHash() argument
36 explicit GlobalHash(ArrayRef<uint8_t> S) : Hash(S) { in GlobalHash() argument
46 std::vector<GlobalHash> Hashes; argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.h29 GlobalHash, enumerator