Searched refs:expandResponseFiles (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 63 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base, in expandResponseFiles() function
|
| H A D | JSONCompilationDatabase.cpp | 164 inferMissingCompileCommands(expandResponseFiles( in loadFromDirectory()
|
| H A D | Tooling.cpp | 322 ECtx.setVFS(&FS).setCurrentDir(WorkingDir).expandResponseFiles(Argv); in addExpandedResponseFiles()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | driver.cpp | 216 if (llvm::Error Err = ECtx.expandResponseFiles(ArgV)) { in ExecuteCC1Tool() 257 if (llvm::Error Err = expandResponseFiles(Args, ClangCLMode, A)) { in clang_main()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | CompilationDatabase.h | 246 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base,
|
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | DriverDispatcher.cpp | 65 if (Error e = ectx.expandResponseFiles(expandedArgs)) { in isPETarget()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 1235 Error ExpansionContext::expandResponseFiles( in expandResponseFiles() function in ExpansionContext 1354 bool cl::expandResponseFiles(int Argc, const char *const *Argv, in expandResponseFiles() function in cl 1370 if (Error Err = ECtx.expandResponseFiles(NewArgv)) { in expandResponseFiles() 1380 if (Error Err = ECtx.expandResponseFiles(Argv)) { in ExpandResponseFiles() 1441 return expandResponseFiles(Argv); in readConfigFile() 1511 if (Error Err = ECtx.expandResponseFiles(newArgv)) { in ParseCommandLineOptions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Driver.h | 873 llvm::Error expandResponseFiles(SmallVectorImpl<const char *> &Args,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 2241 LLVM_ABI Error expandResponseFiles(SmallVectorImpl<const char *> &Argv); 2248 LLVM_ABI bool expandResponseFiles(int Argc, const char *const *Argv, 2262 LLVM_ABI bool expandResponseFiles(int Argc, const char *const *Argv,
|
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | OptTable.cpp | 588 cl::expandResponseFiles(Argc, Argv, EnvVar, Saver, NewArgv); in parseArgs()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 690 if (llvm::Error E = driver::expandResponseFiles(Argv, CLMode, Alloc, FS)) { in forEachDriverJob()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 888 Compilations = expandResponseFiles(std::move(Compilations), in clang_scan_deps_main()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 7168 llvm::Error driver::expandResponseFiles(SmallVectorImpl<const char *> &Args, in expandResponseFiles() function in driver 7206 if (llvm::Error Err = ECtx.expandResponseFiles(Args)) in expandResponseFiles()
|