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.cpp220 llvm::DIType* pDebugTy = GetDebugType(elem); in CreateDebugStructType()
240 …return builder.createArrayType(size, alignment, GetDebugType(pArrayTy->getElementType()), builder.… in GetDebugArrayType()
244 DIType* JitManager::GetDebugType(Type* pTy) in GetDebugType() function in JitManager
264 …case Type::PointerTyID: return builder.createPointerType(GetDebugType(pTy->getPointerElementType()… in GetDebugType()
280 ElemTypes.push_back(GetDebugType(pFuncTy->getReturnType())); in GetDebugFunctionType()
285 ElemTypes.push_back(GetDebugType(param)); in GetDebugFunctionType()
325 …return builder.createVectorType(size, alignment, GetDebugType(pVecTy->getVectorElementType()), bui… in GetDebugVectorType()
DJitManager.h183 llvm::DIType* GetDebugType(llvm::Type* pTy);