We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 684bddf + 78d6b8d commit f023fceCopy full SHA for f023fce
lib/IRGen/IRGenDebugInfo.cpp
@@ -87,10 +87,10 @@ class IRGenDebugInfoImpl : public IRGenDebugInfo {
87
/// @{
88
llvm::DenseMap<LocalScopeHash, llvm::TrackingMDNodeRef> ScopeCache;
89
llvm::DenseMap<const SILDebugScope *, llvm::TrackingMDNodeRef> InlinedAtCache;
90
- llvm::DenseMap<llvm::StringRef, llvm::TrackingMDNodeRef> DIFileCache;
91
llvm::DenseMap<const void *, SILLocation::DebugLoc> DebugLocCache;
92
llvm::DenseMap<TypeBase *, llvm::TrackingMDNodeRef> DITypeCache;
93
llvm::StringMap<llvm::TrackingMDNodeRef> DIModuleCache;
+ llvm::StringMap<llvm::TrackingMDNodeRef> DIFileCache;
94
TrackingDIRefMap DIRefMap;
95
/// @}
96
0 commit comments