OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ToolName
(Results
1 - 5
of
5
) 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-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
117
std::string
ToolName
;
122
errs() <<
ToolName
<< ": " << path << ": " << message << ".\n";
317
errs() <<
ToolName
<< ": '" << Filename << "': " << "No such file\n";
374
errs() <<
ToolName
<< ": " << Filename << ": "
392
ToolName
= argv[0];
/external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp
71
StringRef
ToolName
;
295
ToolName
= argv[0];
304
errs() <<
ToolName
<< ": Timeout value too large, must be less than: "
315
errs() <<
ToolName
<< ": Failed to find program: '" << CommandLine
321
errs() <<
ToolName
<< ": Found Program: " << ProgramToRun << '\n';
331
errs() <<
ToolName
<< ": Program Image Path: " << ProgramToRun << '\n'
332
<<
ToolName
<< ": Command Line: " << CommandLine << '\n';
356
errs() <<
ToolName
<< ": Failed to run program: '" << ProgramToRun
372
errs() <<
ToolName
<< ": Debugging...\n";
387
errs() <<
ToolName
<< ": Failed to get process times:
[
all
...]
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
103
static StringRef
ToolName
;
108
outs() <<
ToolName
<< ": error reading file: " << ec.message() << ".\n";
127
errs() <<
ToolName
<< ": " << Error;
329
errs() <<
ToolName
<< ": warning: invalid instruction encoding\n";
594
errs() <<
ToolName
<< ": '" << a->getFileName() << "': " << ec.message()
601
errs() <<
ToolName
<< ": '" << a->getFileName() << "': "
610
errs() <<
ToolName
<< ": '" << file << "': " << "No such file\n";
622
errs() <<
ToolName
<< ": '" << file << "': " << ec.message() << ".\n";
631
errs() <<
ToolName
<< ": '" << file << "': " << "Unrecognized file type.\n";
652
ToolName
= argv[0]
[
all
...]
Completed in 137 milliseconds