Searched refs:GlobalHash (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLTypeHashing.h | 32 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() function 47 std::vector<GlobalHash> Hashes; argument 59 LLVM_YAML_DECLARE_SCALAR_TRAITS(CodeViewYAML::GlobalHash, QuotingType::None) 60 LLVM_YAML_IS_SEQUENCE_VECTOR(CodeViewYAML::GlobalHash)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/ |
D | obj-globalhash.test | 17 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-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypeHashing.cpp | 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | StreamUtil.h | 30 GlobalHash, enumerator
|
D | StreamUtil.cpp | 113 stream(StreamPurpose::GlobalHash, "Global Symbol Hash", StreamIdx); in discoverStreamPurposes()
|