Lines Matching refs:BaseName
5691 StringRef BaseName, in MakeCLOutputFilename() argument
5697 Filename = BaseName; in MakeCLOutputFilename()
5700 llvm::sys::path::append(Filename, BaseName); in MakeCLOutputFilename()
5824 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local
5829 MakeCLOutputFilename(C.getArgs(), NameArg, BaseName, types::TY_PP_C), in GetNamedOutputPath()
5864 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local
5867 MakeCLOutputFilename(C.getArgs(), FaValue, BaseName, JA.getType()), in GetNamedOutputPath()
5910 StringRef BaseName; in GetNamedOutputPath() local
5921 BaseName = ExternalPath; in GetNamedOutputPath()
5923 BaseName = BasePath; in GetNamedOutputPath()
5925 BaseName = llvm::sys::path::filename(BasePath); in GetNamedOutputPath()
5938 MakeCLOutputFilename(C.getArgs(), Val, BaseName, types::TY_Object); in GetNamedOutputPath()
5948 MakeCLOutputFilename(C.getArgs(), Val, BaseName, types::TY_Image); in GetNamedOutputPath()
5953 MakeCLOutputFilename(C.getArgs(), "", BaseName, types::TY_Image); in GetNamedOutputPath()
5963 Output = BaseName; in GetNamedOutputPath()
5976 NamedOutput = C.getArgs().MakeArgString(GetClPchPath(C, BaseName)); in GetNamedOutputPath()
5984 MakeCLOutputFilename(C.getArgs(), Val, BaseName, types::TY_Object); in GetNamedOutputPath()
5992 End = BaseName.rfind('.'); in GetNamedOutputPath()
5993 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath()
6037 if (!AtTopLevel && isSaveTempsEnabled() && NamedOutput == BaseName) { in GetNamedOutputPath()
6041 llvm::sys::path::append(Result, BaseName); in GetNamedOutputPath()
6191 std::string Driver::GetClPchPath(Compilation &C, StringRef BaseName) const { in GetClPchPath()
6207 Output = BaseName; in GetClPchPath()