Lines Matching refs:BaseInput

5364                             const JobAction *JA, const char *BaseInput,  in handleTimeTrace()  argument
5383 Path += llvm::sys::path::filename(BaseInput); in handleTimeTrace()
5544 const char *BaseInput = InputInfos[0].getBaseInput(); in BuildJobsForActionNoCache() local
5547 BaseInput = Info.getBaseInput(); in BuildJobsForActionNoCache()
5555 BaseInput = InputInfos[0].getFilename(); in BuildJobsForActionNoCache()
5597 GetNamedOutputPath(C, *UA, BaseInput, UI.DependentBoundArch, in BuildJobsForActionNoCache()
5602 BaseInput); in BuildJobsForActionNoCache()
5630 Result = {InputInfo(A, BaseInput)}; in BuildJobsForActionNoCache()
5639 Result = InputInfo(A, GetNamedOutputPath(C, *JA, BaseInput, BoundArch, in BuildJobsForActionNoCache()
5642 BaseInput); in BuildJobsForActionNoCache()
5644 handleTimeTrace(C, Args, JA, BaseInput, Result); in BuildJobsForActionNoCache()
5781 const char *BaseInput) { in GetModuleOutputPath() argument
5795 OutputPath = BaseInput; in GetModuleOutputPath()
5803 const char *BaseInput, in GetNamedOutputPath() argument
5824 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
5864 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
5886 return GetModuleOutputPath(C, JA, BaseInput); in GetNamedOutputPath()
5892 StringRef Name = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
5908 SmallString<128> BasePath(BaseInput); in GetNamedOutputPath()
6042 llvm::sys::fs::equivalent(BaseInput, Result.c_str(), SameFile); in GetNamedOutputPath()
6045 StringRef Name = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()