Home
last modified time | relevance | path

Searched refs:PCHSignature (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp199 Optional<uint32_t> PCHSignature; member in __anon8a24fc970111::TypeStreamMerger
267 S = PCHSignature; in mergeTypesAndIds()
280 S = PCHSignature; in mergeTypeRecords()
306 S = PCHSignature; in mergeTypesAndIds()
449 Optional<uint32_t> &PCHSignature) { in mergeTypeAndIdRecords() argument
451 return M.mergeTypesAndIds(DestIds, DestTypes, IdsAndTypes, PCHSignature); in mergeTypeAndIdRecords()
460 PCHSignature); in mergeTypeAndIdRecords()
467 Optional<uint32_t> &PCHSignature) { in mergeTypeRecords() argument
469 return M.mergeTypeRecords(Dest, Types, Hashes, PCHSignature); in mergeTypeRecords()
490 if (PCHSignature) in shouldRemapType()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeStreamMerger.h87 Optional<uint32_t> &PCHSignature);
94 Optional<uint32_t> &PCHSignature);
100 Optional<uint32_t> &PCHSignature);
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1319 Optional<uint32_t> PCHSignature; in mergeCodeViewTypes() local
1325 Types, Hashes, PCHSignature)) in mergeCodeViewTypes()
1329 PCHSignature)) in mergeCodeViewTypes()