Home
last modified time | relevance | path

Searched refs:Program (Results 1 – 25 of 104) sorted by relevance

12345

/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/
H A DBugDriver.cpp51 delete Program; in setNewProgram()
52 Program = M; in setNewProgram()
73 Program(nullptr), Interpreter(nullptr), SafeInterpreter(nullptr), in BugDriver()
78 delete Program; in ~BugDriver()
115 assert(!Program && "Cannot call addSources multiple times!"); in addSources()
119 Program = parseInputFile(Filenames[0], Context).release(); in addSources()
120 if (!Program) return true; in addSources()
129 if (Linker::LinkModules(Program, M.get())) in addSources()
160 if (runPasses(Program, PassesToRun)) in run()
170 compileProgram(Program, &Error); in run()
[all …]
H A DFindBugs.cpp44 if (!createReferenceFile(Program)) in runManyPasses()
66 if(runPasses(Program, PassesToRun, Filename, false)) { in runManyPasses()
80 compileProgram(Program, &Error); in runManyPasses()
93 bool Diff = diffProgram(Program, Filename, "", false, &Error); in runManyPasses()
H A DBugDriver.h51 Module *Program; // The raw program, linked together variable
139 Module *getProgram() const { return Program; } in getProgram()
144 Module *OldProgram = Program; in swapProgramIn()
145 Program = M; in swapProgramIn()
173 std::string executeProgram(const Module *Program,
185 std::string executeProgramSafely(const Module *Program,
202 bool diffProgram(const Module *Program,
264 bool runPasses(Module *Program,
H A DExecutionDriver.cpp295 std::string BugDriver::executeProgram(const Module *Program, in executeProgram() argument
317 if (writeProgramToFile(BitcodeFile, UniqueFD, Program)) { in executeProgram()
379 std::string BugDriver::executeProgramSafely(const Module *Program, in executeProgramSafely() argument
382 return executeProgram(Program, OutputFile, "", "", SafeInterpreter, Error); in executeProgramSafely()
417 compileProgram(Program, &Error); in createReferenceFile()
421 ReferenceOutputFile = executeProgramSafely(Program, Filename, &Error); in createReferenceFile()
441 bool BugDriver::diffProgram(const Module *Program, in diffProgram() argument
448 executeProgram(Program, "", BitcodeFile, SharedObject, nullptr, ErrMsg)); in diffProgram()
H A DCrashDebugger.cpp73 OrigProgram = BD.Program; in doTest()
75 BD.Program = parseInputFile(PrefixOutput, BD.getContext()).release(); in doTest()
76 if (BD.Program == nullptr) { in doTest()
94 delete BD.Program; in doTest()
95 BD.Program = OrigProgram; in doTest()
641 EmitProgressBitcode(Program, ID); in debugOptimizerCrash()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DProgram.cpp25 static bool Execute(ProcessInfo &PI, StringRef Program, const char **args,
29 int sys::ExecuteAndWait(StringRef Program, const char **args, const char **envp, in ExecuteAndWait() argument
34 if (Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg)) { in ExecuteAndWait()
48 ProcessInfo sys::ExecuteNoWait(StringRef Program, const char **args, in ExecuteNoWait() argument
55 if (!Execute(PI, Program, args, envp, redirects, memoryLimit, ErrMsg)) in ExecuteNoWait()
H A DCMakeLists.txt113 Program.cpp
130 Unix/Program.inc
142 Windows/Program.inc
/minix3/external/bsd/llvm/dist/llvm/utils/not/
H A Dnot.cpp35 auto Program = sys::findProgramByName(argv[0]); in main() local
36 if (!Program) { in main()
38 << "' in PATH: " << Program.getError().message() << "\n"; in main()
43 int Result = sys::ExecuteAndWait(*Program, argv, nullptr, nullptr, 0, 0, in main()
/minix3/crypto/external/bsd/openssl/dist/crypto/des/
H A Ddes-lib.com22 $! DESTEST To Just Build The [.xxx.EXE.CRYPTO.DES]DESTEST.EXE Program.
23 $! SPEED To Just Build The [.xxx.EXE.CRYPTO.DES]SPEED.EXE Program.
24 $! RPW To Just Build The [.xxx.EXE.CRYPTO.DES]RPW.EXE Program.
25 $! DES To Just Build The [.xxx.EXE.CRYPTO.DES]DES.EXE Program.
26 $! DES_OPTS To Just Build The [.xxx.EXE.CRYPTO.DES]DES_OPTS.EXE Program.
252 $! Compile The DESTEST Program.
383 $! Compile The RPW Program.
387 $! Link The RPW Program.
396 $! Compile The DES Program.
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DProgram.h90 StringRef Program, ///< Path of the program to be executed. It is
127 ExecuteNoWait(StringRef Program, const char **args, const char **env = nullptr,
/minix3/external/bsd/llvm/dist/llvm/autoconf/m4/
H A Dsanity_check.m420 AC_MSG_WARN([Program ]$1[ failed to pass sanity check.])
22 AC_MSG_ERROR([Program ]$1[ failed to pass sanity check.])
/minix3/external/bsd/llvm/dist/llvm/test/Object/
H A Dobjdump-private-headers.test8 ELF-i386: Program Header:
14 ELF-x86-64: Program Header:
/minix3/external/bsd/llvm/dist/llvm/utils/
H A Dcheck-each-file135 echo Program is OK
138 echo Program is not OK
/minix3/external/bsd/llvm/dist/llvm/lib/Support/Unix/
H A DProgram.inc1 //===- llvm/Support/Unix/Program.cpp -----------------------------*- C++ -*-===//
10 // This file implements the Unix specific portion of the Program class.
168 static bool Execute(ProcessInfo &PI, StringRef Program, const char **args,
171 if (!llvm::sys::fs::exists(Program)) {
173 *ErrMsg = std::string("Executable \"") + Program.str() +
230 int Err = posix_spawn(&PID, Program.str().c_str(), FileActions,
282 std::string PathStr = Program;
391 *ErrMsg = "Program could not be executed";
409 *ErrMsg = "Program::Wait is not implemented on this platform yet!";
/minix3/crypto/external/bsd/heimdal/dist/packages/mac/Resources/English.lproj/
H A DWelcome.rtf7 \f0\fs28 \cf0 Welcome to the Heimdal Installation Program.\
/minix3/external/bsd/llvm/lib/libLLVMSupport/
H A DMakefile92 Program.cpp \
110 Program.inc \
/minix3/external/bsd/nvi/dist/dist/
H A DCOPYING80 "The Program" refers to any copyrightable work licensed under this
89 A "covered work" means either the unmodified Program or a work based
90 on the Program.
157 copyright on the Program, and are irrevocable provided the stated
159 permission to run the unmodified Program. The output from running a
197 You may convey verbatim copies of the Program's source code as you
203 recipients a copy of this License along with the Program.
210 You may convey a work based on the Program, or the modifications to
211 produce it from the Program, in the form of source code under the
231 Appropriate Legal Notices; however, if the Program has interactive
[all …]
/minix3/external/bsd/less/dist/
H A DCOPYING80 "The Program" refers to any copyrightable work licensed under this
89 A "covered work" means either the unmodified Program or a work based
90 on the Program.
157 copyright on the Program, and are irrevocable provided the stated
159 permission to run the unmodified Program. The output from running a
197 You may convey verbatim copies of the Program's source code as you
203 recipients a copy of this License along with the Program.
210 You may convey a work based on the Program, or the modifications to
211 produce it from the Program, in the form of source code under the
231 Appropriate Legal Notices; however, if the Program has interactive
[all …]
/minix3/external/bsd/file/dist/magic/magdir/
H A Dsysex152 >>>4 byte 0x01 PRGR (Program Parameter Request)
153 >>>4 byte 0x11 PRGD (Program Parameter Dump)
154 >>>4 byte 0x21 PRGP (Program Parameter Parameter Change)
155 >>>4 byte 0x31 PRGQ (Program Parameter Parameter Inquiry)
156 >>>4 byte 0x71 OS (Program Parameter Reserved)
181 >>>4 byte 0x07 SARRMAP (Performance Program Change Map)
182 >>>4 byte 0x08 SBPRMAP (Sound Program Change Map)
H A Dnatinst17 >>10 string IN Virtual Instrument Program, data
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/
H A DREADME.txt299 Program specific registry setting will placed under
330 3.1. Setup Program
336 Copy idn wrapper files (DLL, Program EXE, etc) into diretory
338 "\Program Files\JPNIC\idn wrapper"
358 This value can be changed with the Configuration Program
363 This value can be changed with the Configuration Program
369 Program or the registry editor.
391 3.2. Configuration Program
394 programs. If you start "Configuration Program", you'll get window
400 | idn wrapper Configuration Program version X.X |
[all …]
/minix3/lib/libc/gdtoa/test/
H A DREADME47 Program ddtest also accepts (white-space separated) pairs of decimal
51 Program dItest exercises strtodI and strtoId.
56 Program strtodt tests strtod on some hard cases (in file testnos3)
/minix3/minix/tests/safecopy/
H A DREADME1 Test Program for Safecopy with or without COW
/minix3/minix/tests/ds/
H A DREADME1 Test Program for DataServer
/minix3/external/bsd/llvm/dist/llvm/lib/Support/Windows/
H A DProgram.inc1 //===- Win32/Program.cpp - Win32 Program Implementation ------- -*- C++ -*-===//
10 // This file provides the Win32 specific implementation of the Program class.
244 static bool Execute(ProcessInfo &PI, StringRef Program, const char **args,
247 if (!sys::fs::can_execute(Program)) {
331 if (std::error_code ec = path::widenPath(Program, ProgramUtf16)) {
362 Program.str() + "'");

12345