Lines Matching refs:BaseInput
2095 const char *BaseInput = InputInfos[0].getBaseInput(); in BuildJobsForActionNoCache() local
2100 BaseInput = InputInfos[0].getFilename(); in BuildJobsForActionNoCache()
2109 Result = InputInfo(A, BaseInput); in BuildJobsForActionNoCache()
2111 Result = InputInfo(A, GetNamedOutputPath(C, *JA, BaseInput, BoundArch, in BuildJobsForActionNoCache()
2113 BaseInput); in BuildJobsForActionNoCache()
2170 const char *BaseInput, in GetNamedOutputPath() argument
2183 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
2202 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
2213 StringRef Name = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
2220 SmallString<128> BasePath(BaseInput); in GetNamedOutputPath()
2307 llvm::sys::fs::equivalent(BaseInput, Result.c_str(), SameFile); in GetNamedOutputPath()
2310 StringRef Name = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()