Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp259 llvm::DIType* pDebugTy = GetDebugType(elem); in CreateDebugStructType()
281 size, alignment, GetDebugType(pArrayTy->getElementType()), builder.getOrCreateArray(Elems)); in GetDebugArrayType()
285 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() function in JitManager
314 return builder.createPointerType(GetDebugType(pTy->getPointerElementType()), 64, 64); in GetDebugType()
340 ElemTypes.push_back(GetDebugType(pFuncTy->getReturnType())); in GetDebugFunctionType()
345 ElemTypes.push_back(GetDebugType(param)); in GetDebugFunctionType()
399 GetDebugType(pVecTy->getElementType()), in GetDebugVectorType()
401 GetDebugType(pVecTy->getVectorElementType()), in GetDebugVectorType()
DJitManager.h179 llvm::DIType* GetDebugType(llvm::Type* pTy);