Searched refs:GetDebugFunctionType (Results 1 – 2 of 2) sorted by relevance
187 llvm::DIType* GetDebugFunctionType(llvm::Type* pTy);
266 case Type::FunctionTyID: return GetDebugFunctionType(pTy); break; in GetDebugType()273 DIType* JitManager::GetDebugFunctionType(Type* pTy) in GetDebugFunctionType() function in JitManager