Lines Matching refs:BaseName
4828 StringRef BaseName, in MakeCLOutputFilename() argument
4834 Filename = BaseName; in MakeCLOutputFilename()
4837 llvm::sys::path::append(Filename, BaseName); in MakeCLOutputFilename()
4889 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local
4894 MakeCLOutputFilename(C.getArgs(), NameArg, BaseName, types::TY_PP_C), in GetNamedOutputPath()
4913 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local
4916 MakeCLOutputFilename(C.getArgs(), FaValue, BaseName, JA.getType()), in GetNamedOutputPath()
4949 StringRef BaseName; in GetNamedOutputPath() local
4960 BaseName = ExternalPath; in GetNamedOutputPath()
4962 BaseName = BasePath; in GetNamedOutputPath()
4964 BaseName = llvm::sys::path::filename(BasePath); in GetNamedOutputPath()
4977 MakeCLOutputFilename(C.getArgs(), Val, BaseName, types::TY_Object); in GetNamedOutputPath()
4987 MakeCLOutputFilename(C.getArgs(), Val, BaseName, types::TY_Image); in GetNamedOutputPath()
4992 MakeCLOutputFilename(C.getArgs(), "", BaseName, types::TY_Image); in GetNamedOutputPath()
5001 Output = BaseName; in GetNamedOutputPath()
5014 NamedOutput = C.getArgs().MakeArgString(GetClPchPath(C, BaseName)); in GetNamedOutputPath()
5021 End = BaseName.rfind('.'); in GetNamedOutputPath()
5022 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath()
5063 if (!AtTopLevel && isSaveTempsEnabled() && NamedOutput == BaseName) { in GetNamedOutputPath()
5067 llvm::sys::path::append(Result, BaseName); in GetNamedOutputPath()
5216 std::string Driver::GetClPchPath(Compilation &C, StringRef BaseName) const { in GetClPchPath()
5232 Output = BaseName; in GetClPchPath()