Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp63 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base, in expandResponseFiles() function
H A DJSONCompilationDatabase.cpp164 inferMissingCompileCommands(expandResponseFiles( in loadFromDirectory()
H A DTooling.cpp322 ECtx.setVFS(&FS).setCurrentDir(WorkingDir).expandResponseFiles(Argv); in addExpandedResponseFiles()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp216 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 DCompilationDatabase.h246 expandResponseFiles(std::unique_ptr<CompilationDatabase> Base,
/freebsd/contrib/llvm-project/lld/Common/
H A DDriverDispatcher.cpp65 if (Error e = ectx.expandResponseFiles(expandedArgs)) { in isPETarget()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1235 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 DDriver.h873 llvm::Error expandResponseFiles(SmallVectorImpl<const char *> &Args,
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h2241 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 DOptTable.cpp588 cl::expandResponseFiles(Argc, Argv, EnvVar, Saver, NewArgv); in parseArgs()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp690 if (llvm::Error E = driver::expandResponseFiles(Argv, CLMode, Alloc, FS)) { in forEachDriverJob()
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp888 Compilations = expandResponseFiles(std::move(Compilations), in clang_scan_deps_main()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp7168 llvm::Error driver::expandResponseFiles(SmallVectorImpl<const char *> &Args, in expandResponseFiles() function in driver
7206 if (llvm::Error Err = ECtx.expandResponseFiles(Args)) in expandResponseFiles()