Home
last modified time | relevance | path

Searched refs:expandResponseFiles (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp66 .expandResponseFiles(Argv); in expand()
85 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base, in expandResponseFiles() function
H A DJSONCompilationDatabase.cpp169 inferMissingCompileCommands(expandResponseFiles( in loadFromDirectory()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/
H A DCompilationDatabase.h240 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base,
/openbsd-src/gnu/llvm/lld/tools/lld/
H A Dlld.cpp96 if (Error Err = ECtx.expandResponseFiles(expandedArgs)) in isPETarget()
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Ddriver.cpp353 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 DCommandLine.cpp1237 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 DCommandLine.h2210 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 DOptTable.cpp499 cl::expandResponseFiles(Argc, Argv, EnvVar, Saver, NewArgv); in parseArgs()