Lines Matching refs:BaseInput
4026 const char *BaseInput = InputInfos[0].getBaseInput(); in BuildJobsForActionNoCache() local
4031 BaseInput = InputInfos[0].getFilename(); in BuildJobsForActionNoCache()
4035 BaseInput = ModuleJA->getModuleName(); in BuildJobsForActionNoCache()
4077 GetNamedOutputPath(C, *UA, BaseInput, UI.DependentBoundArch, in BuildJobsForActionNoCache()
4082 BaseInput); in BuildJobsForActionNoCache()
4110 Result = InputInfo(A, BaseInput); in BuildJobsForActionNoCache()
4118 Result = InputInfo(A, GetNamedOutputPath(C, *JA, BaseInput, BoundArch, in BuildJobsForActionNoCache()
4121 BaseInput); in BuildJobsForActionNoCache()
4197 const char *BaseInput, in GetNamedOutputPath() argument
4211 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
4229 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
4240 StringRef Name = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
4261 SmallString<128> BasePath(BaseInput); in GetNamedOutputPath()
4350 llvm::sys::fs::equivalent(BaseInput, Result.c_str(), SameFile); in GetNamedOutputPath()
4353 StringRef Name = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()