Searched refs:GetDebugType (Results 1 – 2 of 2) sorted by relevance
220 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 JitManager264 …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()
183 llvm::DIType* GetDebugType(llvm::Type* pTy);