Searched refs:DITypeCache (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 604 DenseMap<Type *, DIType *> &DITypeCache) { in solveDIType() argument 605 if (DIType *DT = DITypeCache.lookup(Ty)) in solveDIType() 642 DIStruct, LineNum, DITypeCache); in solveDIType() 672 DITypeCache.insert({Ty, RetType}); in solveDIType() 779 DenseMap<Type *, DIType *> DITypeCache; in buildFrameDebugInfo() local 806 DITy = solveDIType(DBuilder, Ty, Layout, FrameDITy, LineNum, DITypeCache); in buildFrameDebugInfo()
|