OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MemoryLimit
(Results
1 - 7
of
7
) sorted by null
/external/llvm/tools/bugpoint/
ToolRunner.h
71
unsigned
MemoryLimit
= 0);
122
unsigned Timeout = 0, unsigned
MemoryLimit
= 0) {}
131
unsigned
MemoryLimit
= 0) {
151
unsigned
MemoryLimit
= 0) = 0;
174
unsigned Timeout = 0, unsigned
MemoryLimit
= 0);
186
unsigned
MemoryLimit
= 0);
195
unsigned
MemoryLimit
= 0);
222
unsigned Timeout = 0, unsigned
MemoryLimit
= 0);
234
unsigned
MemoryLimit
= 0);
243
unsigned
MemoryLimit
= 0)
[
all
...]
bugpoint.cpp
51
MemoryLimit
("mlimit", cl::init(-1), cl::value_desc("MBytes"),
149
if (
MemoryLimit
< 0) {
150
// Set the default
MemoryLimit
. Be sure to update the flag's description if
153
MemoryLimit
= 800;
155
MemoryLimit
= 100;
158
BugDriver D(argv[0], FindBugs, TimeoutValue,
MemoryLimit
,
ToolRunner.cpp
62
unsigned
MemoryLimit
= 0,
80
NumSeconds,
MemoryLimit
, ErrMsg);
95
unsigned
MemoryLimit
= 0) {
112
0, redirects, NumSeconds,
MemoryLimit
);
139
unsigned
MemoryLimit
= 0) {
154
ErrorFilename, Timeout,
MemoryLimit
);
193
unsigned
MemoryLimit
= 0);
205
unsigned
MemoryLimit
) {
234
Timeout,
MemoryLimit
, Error);
272
unsigned
MemoryLimit
= 0)
[
all
...]
BugDriver.cpp
75
MemoryLimit
(memlimit), UseValgrind(use_valgrind) {}
ExecutionDriver.cpp
285
Interpreter->compileProgram(BitcodeFile.str(), Error, Timeout,
MemoryLimit
);
344
Timeout,
MemoryLimit
);
BugDriver.h
57
unsigned
MemoryLimit
;
OptimizerDriver.cpp
209
Timeout,
MemoryLimit
, &ErrMsg);
Completed in 1172 milliseconds