Searched refs:GlobalHash (Results 1 – 4 of 4) sorted by relevance
31 struct GlobalHash { struct32 GlobalHash() = default;33 explicit GlobalHash(StringRef S) : Hash(S) { in GlobalHash() function36 explicit GlobalHash(ArrayRef<uint8_t> S) : Hash(S) { in GlobalHash() function46 std::vector<GlobalHash> Hashes; argument58 LLVM_YAML_DECLARE_SCALAR_TRAITS(CodeViewYAML::GlobalHash, QuotingType::None)59 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::GlobalHash)
35 void ScalarTraits<GlobalHash>::output(const GlobalHash &GH, void *Ctx, in output() 40 StringRef ScalarTraits<GlobalHash>::input(StringRef Scalar, void *Ctx, in input() 41 GlobalHash &GH) { in input()
29 GlobalHash, enumerator
111 stream(StreamPurpose::GlobalHash, "Global Symbol Hash", StreamIdx); in discoverStreamPurposes()