Searched refs:PrintArg (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Driver/ |
D | Job.cpp | 78 static void PrintArg(raw_ostream &OS, const char *Arg, bool Quote) { in PrintArg() function 153 PrintArg(OS, Executable, /*Quote=*/true); in Print() 182 PrintArg(OS, ShortName.str().c_str(), Quote); in Print() 188 PrintArg(OS, Arg, Quote); in Print() 193 PrintArg(OS, "-ivfsoverlay", Quote); in Print() 195 PrintArg(OS, CrashInfo->VFSPath.str().c_str(), Quote); in Print()
|