| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Job.cpp | 39 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 D | ToolChain.cpp | 93 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 D | Job.h | 117 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 D | ToolChain.h | 197 executeToolChainProgram(StringRef Executable) const;
|
| /openbsd-src/gnu/llvm/clang/tools/c-index-test/ |
| H A D | core_main.cpp | 215 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 D | Executable.pm | 1 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 D | input | 58 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 D | DependencyScanningWorker.h | 36 std::string Executable; member
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/ |
| H A D | Parser.pm | 12 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 D | more.mapping | 43 .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 D | CompilerWriterInfo.rst | 209 * `Executable File Format library <http://www.nondot.org/sabre/os/articles/ExecutableFileFormats/>`_
|
| /openbsd-src/gnu/usr.bin/binutils/gprof/po/ |
| H A D | gprof.pot | 77 msgid "%9ld Executable lines in this file\n"
|
| H A D | sv.po | 84 msgid "%9ld Executable lines in this file\n"
|
| H A D | da.po | 84 msgid "%9ld Executable lines in this file\n"
|
| H A D | de.po | 85 msgid "%9ld Executable lines in this file\n"
|
| H A D | id.po | 85 msgid "%9ld Executable lines in this file\n"
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gprof/po/ |
| H A D | gprof.pot | 79 msgid "%9ld Executable lines in this file\n"
|
| H A D | rw.po | 89 msgid "%9ld Executable lines in this file\n"
|
| H A D | da.po | 84 msgid "%9ld Executable lines in this file\n"
|
| H A D | id.po | 85 msgid "%9ld Executable lines in this file\n"
|
| H A D | de.po | 87 msgid "%9ld Executable lines in this file\n"
|
| H A D | pt_BR.po | 86 msgid "%9ld Executable lines in this file\n"
|
| H A D | ga.po | 87 msgid "%9ld Executable lines in this file\n"
|
| /openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/ |
| H A D | ClangScanDeps.cpp | 334 {"executable", Cmd.Executable}, in printFullOutput()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Program.inc | 180 *ErrMsg = std::string("Executable \"") + Program.str() +
|