Home | History | Annotate | Download | only in Driver

Lines Matching refs:Prefix

1760   // attempting to use this prefix when looking for file paths.
1801 // attempting to use this prefix when looking for program paths.
1845 std::string Driver::GetTemporaryPath(StringRef Prefix, const char *Suffix)
1848 std::error_code EC = llvm::sys::fs::createTemporaryFile(Prefix, Suffix, Path);