Lines Matching refs:BaseInput
5345 const char *BaseInput = InputInfos[0].getBaseInput(); in BuildJobsForActionNoCache() local
5348 BaseInput = Info.getBaseInput(); in BuildJobsForActionNoCache()
5356 BaseInput = InputInfos[0].getFilename(); in BuildJobsForActionNoCache()
5398 GetNamedOutputPath(C, *UA, BaseInput, UI.DependentBoundArch, in BuildJobsForActionNoCache()
5403 BaseInput); in BuildJobsForActionNoCache()
5431 Result = {InputInfo(A, BaseInput)}; in BuildJobsForActionNoCache()
5440 Result = InputInfo(A, GetNamedOutputPath(C, *JA, BaseInput, BoundArch, in BuildJobsForActionNoCache()
5443 BaseInput); in BuildJobsForActionNoCache()
5573 const char *BaseInput) { in GetModuleOutputPath() argument
5587 OutputPath = BaseInput; in GetModuleOutputPath()
5595 const char *BaseInput, in GetNamedOutputPath() argument
5616 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
5643 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
5660 return GetModuleOutputPath(C, JA, BaseInput); in GetNamedOutputPath()
5666 StringRef Name = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
5672 SmallString<128> BasePath(BaseInput); in GetNamedOutputPath()
5805 llvm::sys::fs::equivalent(BaseInput, Result.c_str(), SameFile); in GetNamedOutputPath()
5808 StringRef Name = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()