Home | History | Annotate | Download | only in Driver

Lines Matching refs:Prefix

1040       const char *Prefix = "{";
1042 os << Prefix << PrintActions1(C, PreRequisite, Ids);
1043 Prefix = ", ";
2333 // attempting to use this prefix when looking for file paths.
2390 // attempting to use this prefix when looking for program paths.
2419 std::string Driver::GetTemporaryPath(StringRef Prefix,
2422 std::error_code EC = llvm::sys::fs::createTemporaryFile(Prefix, Suffix, Path);