Home
last modified time | relevance | path

Searched refs:printArg (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp84 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 DProgram.h235 void printArg(llvm::raw_ostream &OS, StringRef Arg, bool Quote);
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp379 llvm::sys::printArg(ObjStream, BundleFile, /*Quote=*/true); in constructGenerateObjFileFromHIPFatBinary()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp902 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 DDriver.cpp1565 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 DCompilerInvocation.cpp817 llvm::sys::printArg(OS, Arg, /*Quote=*/true); in RoundTrip()