OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ToolName
(Results
1 - 8
of
8
) sorted by null
/external/llvm/tools/bugpoint/
BugDriver.h
48
const char *
ToolName
; // argv[0] of bugpoint
65
BugDriver(const char *
toolname
, bool find_bugs,
70
const char *getToolName() const { return
ToolName
; }
/external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp
32
static StringRef
ToolName
;
141
errs() <<
ToolName
<< ": " << ec.message() << '\n';
216
ToolName
= argv[0];
/external/llvm/tools/llvm-size/
llvm-size.cpp
68
static std::string
ToolName
;
74
outs() <<
ToolName
<< ": error reading file: " << ec.message() << ".\n";
241
errs() <<
ToolName
<< ": '" << file << "': " << "No such file\n";
249
errs() <<
ToolName
<< ": " << file << ": " << ec.message() << ".\n";
259
errs() <<
ToolName
<< ": " << file << ": " << ec.message() << ".\n";
278
errs() <<
ToolName
<< ": " << file << ": " << "Unrecognized file type.\n";
293
ToolName
= argv[0];
/external/llvm/tools/llvm-nm/
llvm-nm.cpp
126
std::string
ToolName
;
131
errs() <<
ToolName
<< ": " << path << ": " << message << ".\n";
339
errs() <<
ToolName
<< ": '" << Filename << "': " << "No such file\n";
436
errs() <<
ToolName
<< ": " << Filename << ": "
455
ToolName
= argv[0];
/external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp
74
StringRef
ToolName
;
298
ToolName
= argv[0];
307
errs() <<
ToolName
<< ": Timeout value too large, must be less than: "
318
errs() <<
ToolName
<< ": Failed to find program: '" << CommandLine
324
errs() <<
ToolName
<< ": Found Program: " << ProgramToRun << '\n';
334
errs() <<
ToolName
<< ": Program Image Path: " << ProgramToRun << '\n'
335
<<
ToolName
<< ": Command Line: " << CommandLine << '\n';
359
errs() <<
ToolName
<< ": Failed to run program: '" << ProgramToRun
375
errs() <<
ToolName
<< ": Debugging...\n";
390
errs() <<
ToolName
<< ": Failed to get process times:
[
all
...]
/external/chromium_org/tools/valgrind/
valgrind_test.py
64
def
ToolName
(self):
145
self.log_dir = self.log_parent_dir + "%s.logs" % self.
ToolName
()
233
if self.
ToolName
() == "tsan" and common.IsMac():
354
tool_name = self.
ToolName
()
472
filenames = glob.glob(self.log_dir + "/" + self.
ToolName
() + ".*")
475
# "
toolname
.wrapper_PID.valgrind_PID".
538
def
ToolName
(self):
639
def
ToolName
(self):
806
def
ToolName
(self):
[
all
...]
/external/llvm/tools/llvm-ar/
llvm-ar.cpp
41
static StringRef
ToolName
;
48
outs() <<
ToolName
<< ": " << Error << ".\n";
145
errs() <<
ToolName
<< ": " << msg << "\n\n";
862
ToolName
= argv[0];
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
142
static StringRef
ToolName
;
147
outs() <<
ToolName
<< ": error reading file: " << ec.message() << ".\n";
171
errs() <<
ToolName
<< ": " << Error;
483
errs() <<
ToolName
<< ": warning: invalid instruction encoding\n";
782
errs() <<
ToolName
<< ": '" << a->getFileName() << "': " << ec.message()
789
errs() <<
ToolName
<< ": '" << a->getFileName() << "': "
798
errs() <<
ToolName
<< ": '" << file << "': " << "No such file\n";
810
errs() <<
ToolName
<< ": '" << file << "': " << ec.message() << ".\n";
819
errs() <<
ToolName
<< ": '" << file << "': " << "Unrecognized file type.\n";
840
ToolName
= argv[0]
[
all
...]
Completed in 422 milliseconds