Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.h151 llvm::DenseMap<const char *, llvm::TrackingMDRef> DIFileCache; variable
HDCGDebugInfo.cpp413 auto It = DIFileCache.find(FileName.data()); in getOrCreateFile()
414 if (It != DIFileCache.end()) { in getOrCreateFile()
468 DIFileCache[FileName.data()].reset(F); in createFile()