Searched refs:GlobalHash (Results 1 – 4 of 4) sorted by relevance
32 struct GlobalHash { struct33 GlobalHash() = default;34 explicit GlobalHash(StringRef S) : Hash(S) { in GlobalHash() function37 explicit GlobalHash(ArrayRef<uint8_t> S) : Hash(S) { in GlobalHash() argument47 std::vector<GlobalHash> Hashes; argument59 LLVM_YAML_DECLARE_SCALAR_TRAITS(CodeViewYAML::GlobalHash, QuotingType::None)60 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::GlobalHash)
36 void ScalarTraits<GlobalHash>::output(const GlobalHash &GH, void *Ctx, in output()41 StringRef ScalarTraits<GlobalHash>::input(StringRef Scalar, void *Ctx, in input()42 GlobalHash &GH) { in input()
30 GlobalHash, enumerator
113 stream(StreamPurpose::GlobalHash, "Global Symbol Hash", StreamIdx); in discoverStreamPurposes()