Searched refs:DITypeCache (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 867 DenseMap<Type *, DIType *> &DITypeCache) { in solveDIType() argument 868 if (DIType *DT = DITypeCache.lookup(Ty)) in solveDIType() 904 Scope, LineNum, DITypeCache); in solveDIType() 934 DITypeCache.insert({Ty, RetType}); in solveDIType() 1049 DenseMap<Type *, DIType *> DITypeCache; in buildFrameDebugInfo() local 1075 DITy = solveDIType(DBuilder, Ty, Layout, FrameDITy, LineNum, DITypeCache); in buildFrameDebugInfo()
|