Home
last modified time | relevance | path

Searched full:globalhashes (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/test/ObjectYAML/CodeView/
Dsections.yaml22 GlobalHashes:
75 # CHECK: GlobalHashes:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp185 ArrayRef<GloballyHashedType> GlobalHashes; member in __anoncd3ab5720111::TypeStreamMerger
278 GlobalHashes = Hashes; in mergeTypeRecords()
291 GlobalHashes = Hashes; in mergeIdRecords()
304 GlobalHashes = Hashes; in mergeTypesAndIds()
366 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()]; in remapType()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp185 ArrayRef<GloballyHashedType> GlobalHashes; member in __anon70fef67e0111::TypeStreamMerger
278 GlobalHashes = Hashes; in mergeTypeRecords()
291 GlobalHashes = Hashes; in mergeIdRecords()
304 GlobalHashes = Hashes; in mergeTypesAndIds()
368 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()]; in remapType()
/external/llvm-project/lld/test/COFF/Inputs/
Dpdb-hashes-2.yaml248 GlobalHashes:
Dpdb-hashes-1.yaml314 GlobalHashes:
/external/llvm-project/llvm/test/DebugInfo/COFF/
Dglobal-type-hashes.ll275 ; YAML: GlobalHashes:
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1404 auto GlobalHashes = GloballyHashedType::hashTypeCollection(Types); in dumpTypesFromObjectFile() local
1405 assert(LocalHashes.size() == GlobalHashes.size()); in dumpTypesFromObjectFile()
1409 for (auto H : zip(LocalHashes, GlobalHashes)) { in dumpTypesFromObjectFile()
/external/llvm-project/llvm/lib/ObjectYAML/
DCOFFYAML.cpp579 IO.mapOptional("GlobalHashes", Sec.DebugH); in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFYAML.cpp579 IO.mapOptional("GlobalHashes", Sec.DebugH); in mapping()