Home | History | Annotate | Download | only in Driver

Lines Matching refs:BasePath

2019   SmallString<128> BasePath(BaseInput);
2024 BaseName = BasePath;
2026 BaseName = llvm::sys::path::filename(BasePath);
2116 llvm::sys::path::remove_filename(BasePath);
2117 if (BasePath.empty())
2118 BasePath = NamedOutput;
2120 llvm::sys::path::append(BasePath, NamedOutput);
2121 return C.addResultFile(C.getArgs().MakeArgString(BasePath.c_str()), &JA);