Searched refs:expandResponseFiles (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | ExpandResponseFilesCompilationDatabase.cpp | 67 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base, in expandResponseFiles() function
|
H A D | JSONCompilationDatabase.cpp | 169 inferMissingCompileCommands(expandResponseFiles( in loadFromDirectory()
|
H A D | Tooling.cpp | 325 ECtx.setVFS(&FS).setCurrentDir(WorkingDir).expandResponseFiles(Argv); in addExpandedResponseFiles()
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | CompilationDatabase.h | 246 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base,
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | driver.cpp | 208 if (llvm::Error Err = ECtx.expandResponseFiles(ArgV)) { in ExecuteCC1Tool() 249 if (llvm::Error Err = expandResponseFiles(Args, ClangCLMode, A)) { in clang_main()
|
/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 | 1218 Error ExpansionContext::expandResponseFiles( in expandResponseFiles() function in ExpansionContext 1337 bool cl::expandResponseFiles(int Argc, const char *const *Argv, in expandResponseFiles() function in cl 1353 if (Error Err = ECtx.expandResponseFiles(NewArgv)) { in expandResponseFiles() 1363 if (Error Err = ECtx.expandResponseFiles(Argv)) { in ExpandResponseFiles() 1424 return expandResponseFiles(Argv); in readConfigFile() 1494 if (Error Err = ECtx.expandResponseFiles(newArgv)) { in ParseCommandLineOptions()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Driver.h | 844 llvm::Error expandResponseFiles(SmallVectorImpl<const char *> &Args,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 2229 Error expandResponseFiles(SmallVectorImpl<const char *> &Argv); 2236 bool expandResponseFiles(int Argc, const char *const *Argv, const char *EnvVar, 2248 bool expandResponseFiles(int Argc, const char *const *Argv, const char *EnvVar,
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 549 if (llvm::Error E = driver::expandResponseFiles(Argv, CLMode, Alloc, FS)) { in forEachDriverJob()
|
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | OptTable.cpp | 578 cl::expandResponseFiles(Argc, Argv, EnvVar, Saver, NewArgv); in parseArgs()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 6738 llvm::Error driver::expandResponseFiles(SmallVectorImpl<const char *> &Args, in expandResponseFiles() function in driver 6776 if (llvm::Error Err = ECtx.expandResponseFiles(Args)) in expandResponseFiles()
|