Searched refs:expandResponseFiles (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 66 .expandResponseFiles(Argv); in expand() 85 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base, in expandResponseFiles() function
|
| H A D | JSONCompilationDatabase.cpp | 169 inferMissingCompileCommands(expandResponseFiles( in loadFromDirectory()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/ |
| H A D | CompilationDatabase.h | 240 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base,
|
| /openbsd-src/gnu/llvm/lld/tools/lld/ |
| H A D | lld.cpp | 96 if (Error Err = ECtx.expandResponseFiles(expandedArgs)) in isPETarget()
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | driver.cpp | 353 if (llvm::Error Err = ECtx.expandResponseFiles(ArgV)) { in ExecuteCC1Tool() 420 if (llvm::Error Err = ECtx.expandResponseFiles(Args)) { in clang_main()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 1237 Error ExpansionContext::expandResponseFiles( in expandResponseFiles() function in ExpansionContext 1356 bool cl::expandResponseFiles(int Argc, const char *const *Argv, in expandResponseFiles() function in cl 1372 if (Error Err = ECtx.expandResponseFiles(NewArgv)) { in expandResponseFiles() 1382 if (Error Err = ECtx.expandResponseFiles(Argv)) { in ExpandResponseFiles() 1443 return expandResponseFiles(Argv); in readConfigFile() 1513 if (Error Err = ECtx.expandResponseFiles(newArgv)) { in ParseCommandLineOptions()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 2210 Error expandResponseFiles(SmallVectorImpl<const char *> &Argv); 2217 bool expandResponseFiles(int Argc, const char *const *Argv, const char *EnvVar, 2229 bool expandResponseFiles(int Argc, const char *const *Argv, const char *EnvVar,
|
| /openbsd-src/gnu/llvm/llvm/lib/Option/ |
| H A D | OptTable.cpp | 499 cl::expandResponseFiles(Argc, Argv, EnvVar, Saver, NewArgv); in parseArgs()
|