HomeSort by relevance Sort by last modified time
    Searched defs:ToolName (Results 1 - 13 of 13) sorted by null

  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 191 static StringRef ToolName;
262 errs() << ToolName << ": error reading file: " << EC.message() << ".\n";
268 errs() << ToolName << ": " << Message << ".\n";
276 errs() << ToolName << ": '" << File << "': " << EC.message() << ".\n";
287 errs() << ToolName << ": '" << File << "': " << Buf;
296 errs() << ToolName << ": ";
    [all...]
  /external/llvm/tools/bugpoint/
BugDriver.h 49 const char *ToolName; // argv[0] of bugpoint
66 BugDriver(const char *toolname, bool find_bugs,
71 const char *getToolName() const { return ToolName; }
  /external/swiftshader/third_party/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 31 static StringRef ToolName;
141 errs() << ToolName << ": " << EC.message() << '\n';
217 ToolName = argv[0];
  /external/swiftshader/third_party/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/utils/KillTheDoctor/
KillTheDoctor.cpp 76 StringRef ToolName;
303 ToolName = argv[0];
312 errs() << ToolName << ": Timeout value too large, must be less than: "
323 errs() << ToolName << ": Failed to find program: '" << CommandLine
329 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
337 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
338 << ToolName << ": Command Line: " << CommandLine << '\n';
362 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': "
378 errs() << ToolName << ": Debugging...\n";
393 errs() << ToolName << ": Failed to get process times:
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-nm/
llvm-nm.cpp 110 std::string ToolName;
151 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
305 errs() << ToolName << ": '" << Filename << "': " << "No such file\n";
319 errs() << ToolName << ": " << Filename << ": " << ErrorMessage << "\n";
324 errs() << ToolName << ": " << Filename << ": " << ec.message() << ".\n";
353 errs() << ToolName << ": " << Filename << ": " << ec.message() << ".\n";
359 errs() << ToolName << ": " << Filename << ": "
373 ToolName = argv[0];
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
llvm-objdump.cpp 86 static StringRef ToolName;
91 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
116 errs() << ToolName << ": error: unable to get target for '" << TripleName
293 errs() << ToolName << ": warning: invalid instruction encoding\n";
388 errs() << ToolName << ": '" << a->getFileName() << "': " << ec.message()
395 errs() << ToolName << ": '" << a->getFileName() << "': "
404 errs() << ToolName << ": '" << file << "': " << "No such file\n";
416 errs() << ToolName << ": '" << file << "': " << ec.message() << ".\n";
425 errs() << ToolName << ": '" << file << "': " << "Unrecognized file type.\n";
444 ToolName = argv[0]
    [all...]
  /external/llvm/tools/llvm-size/
llvm-size.cpp 89 static std::string ToolName;
97 errs() << ToolName << ": error reading file: " << ec.message() << ".\n";
104 errs() << ToolName << ": " << Message << ".\n";
110 // "libx.a(foo.o)" after the ToolName before the error message. It sets
115 errs() << ToolName << ": " << FileName;
136 // This version of error() prints the file name and which architecture slice it // is from, for example: "foo.o (for architecture i386)" after the ToolName
142 errs() << ToolName << ": " << FileName;
508 errs() << ToolName << ": file: " << file
646 errs() << ToolName << ": file: " << file
815 errs() << ToolName << ": " << file << ":
    [all...]
  /external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp 71 StringRef ToolName;
341 ToolName = argv[0];
350 errs() << ToolName << ": Timeout value too large, must be less than: "
361 errs() << ToolName << ": Failed to find program: '" << CommandLine
367 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
377 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
378 << ToolName << ": Command Line: " << CommandLine << '\n';
402 errs() << ToolName << ": Failed to run program: '" << ProgramToRun
418 errs() << ToolName << ": Debugging...\n";
433 errs() << ToolName << ": Failed to get process times:
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 50 static StringRef ToolName;
54 outs() << ToolName << ": " << Error << ".\n";
166 errs() << ToolName << ": " << msg << "\n\n";
724 errs() << ToolName << ": creating " << ArchiveName << "\n";
813 fail(ToolName + " takes just one archive as an argument");
819 ToolName = argv[0];
829 StringRef Stem = sys::path::stem(ToolName);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 1132 CHAR8 ToolName[_MAX_PATH];
1230 ZeroMem (ToolName, _MAX_PATH);
1250 strcpy (ToolName, Buffer);
1251 ToolArgumentsArray[0] = ToolName;
1288 returnint = _spawnv (_P_WAIT, ToolName, ToolArgumentsArray);
1290 Error (NULL, 0, 0, ToolName, "external tool failed");
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 177 std::string ToolName;
182 errs() << ToolName << ": " << Path << ": " << Message << ".\n";
194 // "libx.a(foo.o)" after the ToolName before the error message. It sets
199 errs() << ToolName << ": " << FileName;
221 // is from, for example: "foo.o (for architecture i386)" after the ToolName
227 errs() << ToolName << ": " << FileName;
    [all...]

Completed in 497 milliseconds