Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/clang/lib/Driver/
H A 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()
H A 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/
H A 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,
H A DToolChain.h197 executeToolChainProgram(StringRef Executable) const;
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A 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/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/SourceHandler/
H A DExecutable.pm1 package TAP::Parser::SourceHandler::Executable;
17 TAP::Parser::SourceHandler::Executable - Stream output from an executable TAP source
30 use TAP::Parser::SourceHandler::Executable;
35 my $class = 'TAP::Parser::SourceHandler::Executable';
163 use TAP::Parser::SourceHandler::Executable;
165 use base 'TAP::Parser::SourceHandler::Executable';
/openbsd-src/usr.bin/vi/docs/internals/
H A 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/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h36 std::string Executable; member
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DParser.pm12 use TAP::Parser::SourceHandler::Executable ();
155 By default the L<TAP::Parser::SourceHandler::Executable> class will create a
/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dmore.mapping43 .com Raw 'SWIN' 'PCFA' "SoftWindows - MS-DOS Executable"
65 .exe Raw 'SWIN' 'PCFA' "SoftWindows - MS-DOS Executable"
/openbsd-src/gnu/llvm/llvm/docs/
H A DCompilerWriterInfo.rst209 * `Executable File Format library <http://www.nondot.org/sabre/os/articles/ExecutableFileFormats/>`_
/openbsd-src/gnu/usr.bin/binutils/gprof/po/
H A Dgprof.pot77 msgid "%9ld Executable lines in this file\n"
H A Dsv.po84 msgid "%9ld Executable lines in this file\n"
H A Dda.po84 msgid "%9ld Executable lines in this file\n"
H A Dde.po85 msgid "%9ld Executable lines in this file\n"
H A Did.po85 msgid "%9ld Executable lines in this file\n"
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/po/
H A Dgprof.pot79 msgid "%9ld Executable lines in this file\n"
H A Drw.po89 msgid "%9ld Executable lines in this file\n"
H A Dda.po84 msgid "%9ld Executable lines in this file\n"
H A Did.po85 msgid "%9ld Executable lines in this file\n"
H A Dde.po87 msgid "%9ld Executable lines in this file\n"
H A Dpt_BR.po86 msgid "%9ld Executable lines in this file\n"
H A Dga.po87 msgid "%9ld Executable lines in this file\n"
/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp334 {"executable", Cmd.Executable}, in printFullOutput()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DProgram.inc180 *ErrMsg = std::string("Executable \"") + Program.str() +

1234