Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypeHashing.h32 struct GlobalHash { struct
33 GlobalHash() = default;
34 explicit GlobalHash(StringRef S) : Hash(S) { in GlobalHash() function
37 explicit GlobalHash(ArrayRef<uint8_t> S) : Hash(S) { in GlobalHash() argument
47 std::vector<GlobalHash> Hashes; argument
59 LLVM_YAML_DECLARE_SCALAR_TRAITS(CodeViewYAML::GlobalHash, QuotingType::None)
60 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::GlobalHash)
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp36 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()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DStreamUtil.h30 GlobalHash, enumerator
H A DStreamUtil.cpp113 stream(StreamPurpose::GlobalHash, "Global Symbol Hash", StreamIdx); in discoverStreamPurposes()