Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypeHashing.h31 struct GlobalHash { struct
32 GlobalHash() = default;
33 explicit GlobalHash(StringRef S) : Hash(S) { in GlobalHash() argument
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)
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypeHashing.h31 struct GlobalHash { struct
32 GlobalHash() = default;
33 explicit GlobalHash(StringRef S) : Hash(S) { in GlobalHash() argument
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)
/external/llvm-project/llvm/test/DebugInfo/PDB/
Dobj-globalhash.test17 CHECK-ONE: TI: 0x1001, LocalHash: {{.*}}, GlobalHash: A7F8CF106F39A384
19 CHECK-ONE: TI: 0x1000, LocalHash: {{.*}}, GlobalHash: A7F8CF106F39A384
23 CHECK-TWO: TI: 0x1000, LocalHash: {{.*}}, GlobalHash: 95D0616C5962F4B1
25 CHECK-TWO: TI: 0x1002, LocalHash: {{.*}}, GlobalHash: 95D0616C5962F4B1
31 CHECK-THREE: TI: 0x1002, LocalHash: {{.*}}, GlobalHash: 48D95F14F6176F4F
33 CHECK-THREE: TI: 0x1001, LocalHash: {{.*}}, GlobalHash: 48D95F14F6176F4F
40 CHECK-FOUR: TI: 0x1003, LocalHash: {{.*}}, GlobalHash: 99410CD14F5EE80D
42 CHECK-FOUR: TI: 0x1004, LocalHash: {{.*}}, GlobalHash: 99410CD14F5EE80D
47 CHECK-FIVE: TI: 0x1003, LocalHash: {{.*}}, GlobalHash: 20691EA9B88584CC
52 CHECK-SIX: TI: 0x1004, LocalHash: {{.*}}, GlobalHash: 7ACF479173341AC1
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
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()
/external/llvm-project/llvm/lib/ObjectYAML/
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()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DStreamUtil.h29 GlobalHash, enumerator
DStreamUtil.cpp112 stream(StreamPurpose::GlobalHash, "Global Symbol Hash", StreamIdx); in discoverStreamPurposes()