Home
last modified time | relevance | path

Searched refs:GlobalHash (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypeHashing.h31 struct GlobalHash { struct
32 GlobalHash() = default;
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
58 LLVM_YAML_DECLARE_SCALAR_TRAITS(CodeViewYAML::GlobalHash, QuotingType::None)
59 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::GlobalHash)
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp35 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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.h29 GlobalHash, enumerator
H A DStreamUtil.cpp111 stream(StreamPurpose::GlobalHash, "Global Symbol Hash", StreamIdx); in discoverStreamPurposes()