Searched refs:ExpandResponseFiles (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | llvm-objcopy.cpp | 236 cl::ExpandResponseFiles(Saver, in llvm_objcopy_main()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | DriverUtils.cpp | 119 cl::ExpandResponseFiles(saver(), getQuotingStyle(args), vec); in parse()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | DriverUtils.cpp | 101 cl::ExpandResponseFiles(saver(), cl::TokenizeGNUCommandLine, vec); in parse()
|
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
H A D | LibDriver.cpp | 316 cl::ExpandResponseFiles(Saver, cl::TokenizeWindowsCommandLine, NewArgs); in libDriverMain()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DriverUtils.cpp | 915 cl::ExpandResponseFiles(saver(), getQuotingStyle(args), expandedArgv); in parse()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 1341 cl::ExpandResponseFiles(Saver, getRspQuoting(ArrayRef(argv, argc)), Argv); in ar_main()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 2241 bool ExpandResponseFiles(StringSaver &Saver, TokenizerCallback Tokenizer,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | CommandLine.cpp | 1360 bool cl::ExpandResponseFiles(StringSaver &Saver, TokenizerCallback Tokenizer, in ExpandResponseFiles() function in cl
|