Home | History | Annotate | Download | only in Driver

Lines Matching defs:BaseName

1431   StringRef BaseName;
1435 BaseName = BasePath;
1437 BaseName = llvm::sys::path::filename(BasePath);
1449 End = BaseName.rfind('.');
1450 std::string Suffixed(BaseName.substr(0, End));
1459 NamedOutput == BaseName) {