HomeSort by relevance Sort by last modified time
    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";
318 errs() << ToolName << ": '" << Filename << "': " << "No such file\n";
375 errs() << ToolName << ": " << Filename << ": "
393 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 97 static StringRef ToolName;
102 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
127 errs() << ToolName << ": error: unable to get target for '" << TripleName
316 errs() << ToolName << ": warning: invalid instruction encoding\n";
582 errs() << ToolName << ": '" << a->getFileName() << "': " << ec.message()
589 errs() << ToolName << ": '" << a->getFileName() << "': "
598 errs() << ToolName << ": '" << file << "': " << "No such file\n";
610 errs() << ToolName << ": '" << file << "': " << ec.message() << ".\n";
619 errs() << ToolName << ": '" << file << "': " << "Unrecognized file type.\n";
638 ToolName = argv[0]
    [all...]

Completed in 1091 milliseconds