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.h173 std::unordered_map<llvm::StructType*, llvm::DIType*> mDebugStructMap; member
192 if (mDebugStructMap.find(pStructTy) == mDebugStructMap.end()) in GetDebugStructType()
196 return mDebugStructMap[pStructTy]; in GetDebugStructType()
DJitManager.cpp210 mDebugStructMap[pType] = pDIStructTy; in CreateDebugStructType()