Searched refs:mDebugStructMap (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h164 std::unordered_map<llvm::StructType*, llvm::DIType*> mDebugStructMap; member in struct:JitManager
186 if (mDebugStructMap.find(pStructTy) == mDebugStructMap.end())
190 return mDebugStructMap[pStructTy];
H A DJitManager.cpp249 mDebugStructMap[pType] = pDIStructTy;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.h166 std::unordered_map<llvm::StructType*, llvm::DIType*> mDebugStructMap; member in struct:JitManager
188 if (mDebugStructMap.find(pStructTy) == mDebugStructMap.end())
192 return mDebugStructMap[pStructTy];
H A DJitManager.cpp249 mDebugStructMap[pType] = pDIStructTy;

Completed in 11 milliseconds