Home
last modified time | relevance | path

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

/llvm-project/llvm/test/ObjectYAML/CodeView/
H A Dsections.yaml22 GlobalHashes:
75 # CHECK: GlobalHashes:
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp186 ArrayRef<GloballyHashedType> GlobalHashes; member in __anon94ee2eba0111::TypeStreamMerger
278 GlobalHashes = Hashes; in mergeTypeRecords()
291 GlobalHashes = Hashes; in mergeIdRecords()
303 GlobalHashes = Hashes; in mergeTypesAndIds()
367 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()]; in remapType()
/llvm-project/lld/test/COFF/Inputs/
H A Dpdb-hashes-2.yaml248 GlobalHashes:
H A Dpdb-hashes-1.yaml314 GlobalHashes:
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1302 auto GlobalHashes = GloballyHashedType::hashTypeCollection(Types); in dumpTypesFromObjectFile() local
1303 assert(LocalHashes.size() == GlobalHashes.size()); in dumpTypesFromObjectFile()
1307 for (auto H : zip(LocalHashes, GlobalHashes)) { in dumpTypesFromObjectFile()
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dglobal-type-hashes.ll307 ; YAML: GlobalHashes:
/llvm-project/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp706 IO.mapOptional("GlobalHashes", Sec.DebugH); in mapping()