Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h156 llvm::DenseMap<const char *, llvm::TrackingMDRef> DIFileCache; variable
H A DCGDebugInfo.cpp425 auto It = DIFileCache.find(FileName.data()); in getOrCreateFile()
426 if (It != DIFileCache.end()) { in getOrCreateFile()
479 DIFileCache[FileName.data()].reset(F); in createFile()