Searched refs:mDebugStructMap (Results 1 – 2 of 2) sorted by relevance
166 std::unordered_map<llvm::StructType*, llvm::DIType*> mDebugStructMap; member188 if (mDebugStructMap.find(pStructTy) == mDebugStructMap.end()) in GetDebugStructType()192 return mDebugStructMap[pStructTy]; in GetDebugStructType()
249 mDebugStructMap[pType] = pDIStructTy; in CreateDebugStructType()