Lines Matching refs:BaseInput
1613 const char *BaseInput = InputInfos[0].getBaseInput(); in BuildJobsForAction() local
1618 BaseInput = InputInfos[0].getFilename(); in BuildJobsForAction()
1622 Result = InputInfo(A->getType(), BaseInput); in BuildJobsForAction()
1624 Result = InputInfo(GetNamedOutputPath(C, *JA, BaseInput, BoundArch, in BuildJobsForAction()
1626 A->getType(), BaseInput); in BuildJobsForAction()
1682 const char *BaseInput, in GetNamedOutputPath() argument
1697 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
1716 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
1726 StringRef Name = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()
1734 SmallString<128> BasePath(BaseInput); in GetNamedOutputPath()
1813 llvm::sys::fs::equivalent(BaseInput, Result.c_str(), SameFile); in GetNamedOutputPath()
1816 StringRef Name = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath()