Home
last modified time | relevance | path

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

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