Home
last modified time | relevance | path

Searched refs:hashPDBContentsToGUID (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.h46 bool hashPDBContentsToGUID() const { return HashPDBContentsToGUID; } in hashPDBContentsToGUID() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp338 if (Info->hashPDBContentsToGUID()) { in commit()