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