• Home
  • Raw
  • Download

Lines Matching refs:BaseName

2141                                         StringRef BaseName,  in MakeCLOutputFilename()  argument
2147 Filename = BaseName; in MakeCLOutputFilename()
2150 llvm::sys::path::append(Filename, BaseName); in MakeCLOutputFilename()
2183 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local
2188 MakeCLOutputFilename(C.getArgs(), NameArg, BaseName, types::TY_PP_C), in GetNamedOutputPath()
2202 StringRef BaseName = llvm::sys::path::filename(BaseInput); in GetNamedOutputPath() local
2205 MakeCLOutputFilename(C.getArgs(), FaValue, BaseName, JA.getType()), in GetNamedOutputPath()
2221 StringRef BaseName; in GetNamedOutputPath() local
2225 BaseName = BasePath; in GetNamedOutputPath()
2227 BaseName = llvm::sys::path::filename(BasePath); in GetNamedOutputPath()
2240 MakeCLOutputFilename(C.getArgs(), Val, BaseName, types::TY_Object); in GetNamedOutputPath()
2250 MakeCLOutputFilename(C.getArgs(), Val, BaseName, types::TY_Image); in GetNamedOutputPath()
2255 MakeCLOutputFilename(C.getArgs(), "", BaseName, types::TY_Image); in GetNamedOutputPath()
2265 NamedOutput = C.getArgs().MakeArgString(GetClPchPath(C, BaseName).c_str()); in GetNamedOutputPath()
2272 End = BaseName.rfind('.'); in GetNamedOutputPath()
2273 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath()
2302 if (!AtTopLevel && isSaveTempsEnabled() && NamedOutput == BaseName) { in GetNamedOutputPath()
2306 llvm::sys::path::append(Result, BaseName); in GetNamedOutputPath()
2431 std::string Driver::GetClPchPath(Compilation &C, StringRef BaseName) const { in GetClPchPath()
2444 Output = BaseName; in GetClPchPath()