Searched refs:printArg (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Program.cpp | 84 void sys::printArg(raw_ostream &OS, StringRef Arg, bool Quote) { in printArg() function in sys
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Program.h | 235 void printArg(llvm::raw_ostream &OS, StringRef Arg, bool Quote);
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | HIPUtility.cpp | 379 llvm::sys::printArg(ObjStream, BundleFile, /*Quote=*/true); in constructGenerateObjFileFromHIPFatBinary()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 902 llvm::sys::printArg(OS, "-cc1", /*Quote=*/true); in flattenCommandLine() 920 llvm::sys::printArg(OS, Arg, /*Quote=*/true); in flattenCommandLine()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 1565 llvm::sys::printArg(OS, *I, true); in printArgList() 5011 llvm::sys::printArg(Out, llvm::sys::path::filename(Cmd.getExecutable()), in BuildJobs() 5014 llvm::sys::printArg(Out, LinkingOutput, true); in BuildJobs()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 817 llvm::sys::printArg(OS, Arg, /*Quote=*/true); in RoundTrip()
|