Home | History | Annotate | Download | only in Driver

Lines Matching refs:Prefix

1689   // attempting to use this prefix when looking for file paths.
1730 // attempting to use this prefix when looking for program paths.
1774 std::string Driver::GetTemporaryPath(StringRef Prefix, const char *Suffix)
1778 llvm::sys::fs::createTemporaryFile(Prefix, Suffix, Path);