Home | History | Annotate | Download | only in Driver

Lines Matching refs:BasePath

1430   SmallString<128> BasePath(BaseInput);
1435 BaseName = BasePath;
1437 BaseName = llvm::sys::path::filename(BasePath);
1469 llvm::sys::path::remove_filename(BasePath);
1470 if (BasePath.empty())
1471 BasePath = NamedOutput;
1473 llvm::sys::path::append(BasePath, NamedOutput);
1474 return C.addResultFile(C.getArgs().MakeArgString(BasePath.c_str()));