Searched refs:GetDebugIntegerType (Results 1 – 2 of 2) sorted by relevance
184 llvm::DIType* GetDebugIntegerType(llvm::Type* pTy);
261 case Type::IntegerTyID: return GetDebugIntegerType(pTy); break; in GetDebugType()291 DIType* JitManager::GetDebugIntegerType(Type* pTy) in GetDebugIntegerType() function in JitManager