Lines Matching refs:BaseName
4168 StringRef BaseName, in MakeCLOutputFilename() argument
4174 Filename = BaseName; in MakeCLOutputFilename()
4177 llvm::sys::path::append(Filename, BaseName); in MakeCLOutputFilename()
4211 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local
4216 MakeCLOutputFilename(C.getArgs(), NameArg, BaseName, types::TY_PP_C), in GetNamedOutputPath()
4229 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local
4232 MakeCLOutputFilename(C.getArgs(), FaValue, BaseName, JA.getType()), in GetNamedOutputPath()
4262 StringRef BaseName; in GetNamedOutputPath() local
4266 BaseName = BasePath; in GetNamedOutputPath()
4268 BaseName = llvm::sys::path::filename(BasePath); in GetNamedOutputPath()
4281 MakeCLOutputFilename(C.getArgs(), Val, BaseName, types::TY_Object); in GetNamedOutputPath()
4291 MakeCLOutputFilename(C.getArgs(), Val, BaseName, types::TY_Image); in GetNamedOutputPath()
4296 MakeCLOutputFilename(C.getArgs(), "", BaseName, types::TY_Image); in GetNamedOutputPath()
4307 NamedOutput = C.getArgs().MakeArgString(GetClPchPath(C, BaseName)); in GetNamedOutputPath()
4314 End = BaseName.rfind('.'); in GetNamedOutputPath()
4315 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath()
4345 if (!AtTopLevel && isSaveTempsEnabled() && NamedOutput == BaseName) { in GetNamedOutputPath()
4349 llvm::sys::path::append(Result, BaseName); in GetNamedOutputPath()
4493 std::string Driver::GetClPchPath(Compilation &C, StringRef BaseName) const { in GetClPchPath()
4509 Output = BaseName; in GetClPchPath()