Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.h166 std::unordered_map<llvm::StructType*, llvm::DIType*> mDebugStructMap; member
188 if (mDebugStructMap.find(pStructTy) == mDebugStructMap.end()) in GetDebugStructType()
192 return mDebugStructMap[pStructTy]; in GetDebugStructType()
DJitManager.cpp249 mDebugStructMap[pType] = pDIStructTy; in CreateDebugStructType()