Home
last modified time | relevance | path

Searched refs:CWD (Results 1 – 25 of 47) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp104 const std::vector<std::string> &CommandLine, StringRef CWD, in getDependencyFile() argument
108 Worker.computeDependencies(CWD, CommandLine, Consumer, ModuleName); in getDependencyFile()
117 const CompileCommand &Command, StringRef CWD, in getP1689ModuleDependencyFile() argument
150 auto Result = Worker.computeDependencies(CWD, Command.CommandLine, Consumer); in getP1689ModuleDependencyFile()
162 const std::vector<std::string> &CommandLine, StringRef CWD, in getFullDependencies() argument
169 Worker.computeDependencies(CWD, CommandLine, Consumer, ModuleName); in getFullDependencies()
177 const std::vector<std::string> &CommandLine, StringRef CWD, in getFullDependenciesLegacyDriverCommand() argument
184 Worker.computeDependencies(CWD, CommandLine, Consumer, ModuleName); in getFullDependenciesLegacyDriverCommand()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h93 getDependencyFile(const std::vector<std::string> &CommandLine, StringRef CWD,
109 const clang::tooling::CompileCommand &Command, StringRef CWD,
128 StringRef CWD, const llvm::StringSet<> &AlreadySeen,
133 const std::vector<std::string> &CommandLine, StringRef CWD,
/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp741 std::string CWD; in main() local
751 CWD = std::move(Input->Directory); in main()
767 Input->CommandLine, CWD, MaybeModuleName); in main()
780 *Input, CWD, MakeformatOutput, MakeformatOutputPath); in main()
815 Input->CommandLine, CWD, AlreadySeenModules, LookupOutput, in main()
822 Input->CommandLine, CWD, AlreadySeenModules, LookupOutput, in main()
/openbsd-src/gnu/llvm/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp346 SmallString<128> CWD; in main() local
347 if (!sys::fs::current_path(CWD)) in main()
348 Ctx.setCompilationDir(CWD); in main()
/openbsd-src/libexec/ftpd/
H A Dftpcmd.y114 ABOR DELE CWD LIST NLST SITE
425 | CWD check_login CRLF
430 | CWD check_login SP pathname CRLF
1040 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
1041 { "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dsearch60.t
H A Dsearch29.t
H A Dsearch28.t
H A Dsearch26.t
H A Dsearch12.t
H A Dsearch10.t
H A Dsearch27.t
H A Dhtmlbat.t16 print "# CWD: $cwd\n" if $DEBUG;
H A Dsearch25.t
H A Dsearch20.t
H A Dsearch22.t
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp479 SmallString<128> CWD; in main() local
480 if (!sys::fs::current_path(CWD)) in main()
481 Ctx.setCompilationDir(CWD); in main()
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp520 if (auto CWD = OverlayFileSystem->getCurrentWorkingDirectory()) { in run() local
521 InitialWorkingDir = std::move(*CWD); in run()
524 << CWD.getError().message() << "\n"; in run()
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp471 SmallString<128> CWD; in ExecuteAssemblerImpl() local
472 if (!sys::fs::current_path(CWD)) in ExecuteAssemblerImpl()
473 Ctx.setCompilationDir(CWD); in ExecuteAssemblerImpl()
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp160 StringRef CWD; in readUncompressed() local
161 if (auto Err = readString(CWD)) in readUncompressed()
163 Filenames.push_back(CWD.str()); in readUncompressed()
176 P.assign(CWD); in readUncompressed()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp827 SmallVector<std::pair<const FileEntry *, const DirectoryEntry *>, 1> CWD; in BeginSourceFile() local
828 CWD.push_back({nullptr, Dir}); in BeginSourceFile()
833 nullptr, nullptr, CWD, nullptr, nullptr, nullptr, in BeginSourceFile()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrExtension.td24 // FIXME: CWD/CDQ/CQO shouldn't Def the A register, but the fast register
27 def CWD : I<0x99, RawFrm, (outs), (ins),
/openbsd-src/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DlibnetFAQ.pod154 Net::FTP=GLOB(0x82196d8)>>> CWD /
155 Net::FTP=GLOB(0x82196d8)<<< 250 CWD command successful.
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h764 CWD, enumerator
978 RootRelativeKind RootRelative = RootRelativeKind::CWD;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1591 SmallString<256> CWD; in getCurrentDirname() local
1592 llvm::sys::fs::current_path(CWD); in getCurrentDirname()
1593 return CWD.str().str(); in getCurrentDirname()

12