Home
last modified time | relevance | path

Searched refs:Executable (Results 1 – 25 of 86) sorted by relevance

1234

/openbsd/src/gnu/llvm/clang/lib/Driver/
DJob.cpp39 ResponseFileSupport ResponseSupport, const char *Executable, in Command() argument
43 Executable(Executable), Arguments(Arguments) { in Command()
138 Out.push_back(Executable); in buildArgvForResponseFile()
146 Out.push_back(Executable); in buildArgvForResponseFile()
205 llvm::sys::printArg(OS, Executable, /*Quote=*/true); in Print()
323 Argv.push_back(Executable); in Execute()
370 return llvm::sys::ExecuteAndWait(Executable, Args, Env, in Execute()
376 return llvm::sys::ExecuteAndWait(Executable, Args, Env, Redirects, in Execute()
383 const char *Executable, in CC1Command() argument
386 : Command(Source, Creator, ResponseSupport, Executable, Arguments, Inputs, in CC1Command()
DToolChain.cpp93 ToolChain::executeToolChainProgram(StringRef Executable) const { in executeToolChainProgram()
104 if (llvm::sys::ExecuteAndWait(Executable, {}, {}, Redirects, in executeToolChainProgram()
108 Executable + ": " + ErrorMessage); in executeToolChainProgram()
114 "Failed to read stdout of " + Executable + in executeToolChainProgram()
/openbsd/src/gnu/llvm/clang/include/clang/Driver/
DJob.h117 const char *Executable; variable
170 ResponseFileSupport ResponseSupport, const char *Executable,
217 void replaceExecutable(const char *Exe) { Executable = Exe; } in replaceExecutable()
219 const char *getExecutable() const { return Executable; } in getExecutable()
242 ResponseFileSupport ResponseSupport, const char *Executable,
DToolChain.h197 executeToolChainProgram(StringRef Executable) const;
/openbsd/src/gnu/llvm/clang/tools/c-index-test/
Dcore_main.cpp215 static bool printSourceSymbols(const char *Executable, in printSourceSymbols() argument
220 ArgsWithProgName.push_back(Executable); in printSourceSymbols()
338 std::string Executable = llvm::sys::fs::getMainExecutable(argv[0], MainAddr); in indextest_core_main() local
368 return printSourceSymbols(Executable.c_str(), CompArgs, in indextest_core_main()
/openbsd/src/usr.bin/vi/docs/internals/
Dinput58 2: Executable buffers that execute other buffers don't load their
65 5: Executable buffers inside of map commands are expanded normally.
123 2: Executable buffers that execute other buffers don't load their
156 Executable buffers:
226 5: Executable buffers inside of map commands are expanded normally.
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/
DExecutable.pm1 package TAP::Parser::SourceHandler::Executable;
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
DDependencyScanningWorker.h36 std::string Executable; member
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
DParser.pm12 use TAP::Parser::SourceHandler::Executable ();
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dmore.mapping43 .com Raw 'SWIN' 'PCFA' "SoftWindows - MS-DOS Executable"
65 .exe Raw 'SWIN' 'PCFA' "SoftWindows - MS-DOS Executable"
/openbsd/src/gnu/usr.bin/binutils/gprof/po/
Dgprof.pot77 msgid "%9ld Executable lines in this file\n"
Did.po85 msgid "%9ld Executable lines in this file\n"
Dda.po84 msgid "%9ld Executable lines in this file\n"
Dsv.po84 msgid "%9ld Executable lines in this file\n"
Dde.po85 msgid "%9ld Executable lines in this file\n"
/openbsd/src/gnu/llvm/llvm/docs/
DCompilerWriterInfo.rst209 * `Executable File Format library <http://www.nondot.org/sabre/os/articles/ExecutableFileFormats/>`_
/openbsd/src/gnu/usr.bin/binutils-2.17/gprof/po/
Dgprof.pot79 msgid "%9ld Executable lines in this file\n"
Drw.po89 msgid "%9ld Executable lines in this file\n"
Did.po85 msgid "%9ld Executable lines in this file\n"
Dde.po87 msgid "%9ld Executable lines in this file\n"
Dda.po84 msgid "%9ld Executable lines in this file\n"
Dpt_BR.po86 msgid "%9ld Executable lines in this file\n"
Dga.po87 msgid "%9ld Executable lines in this file\n"
/openbsd/src/gnu/llvm/clang/tools/clang-scan-deps/
DClangScanDeps.cpp334 {"executable", Cmd.Executable}, in printFullOutput()
/openbsd/src/gnu/llvm/llvm/lib/Support/Unix/
DProgram.inc180 *ErrMsg = std::string("Executable \"") + Program.str() +

1234