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

  /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';
339 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
340 << ToolName << ": Command Line: " << CommandLine << '\n';
364 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': "
380 errs() << ToolName << ": Debugging...\n";
395 errs() << ToolName << ": Failed to get process times:
    [all...]
  /external/clang/include/clang/Basic/
Version.h 74 std::string getClangToolFullVersion(llvm::StringRef ToolName);
  /external/clang/lib/Basic/
Version.cpp 122 std::string getClangToolFullVersion(StringRef ToolName) {
128 OS << ToolName << " version " CLANG_VERSION_STRING " "
  /external/llvm/tools/llvm-size/
llvm-size.cpp 80 static std::string ToolName;
87 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
406 errs() << ToolName << ": file: " << file
421 errs() << ToolName << ": " << file << ": " << EC.message() << ".\n";
432 errs() << ToolName << ": " << file << ": " << i->getError().message()
439 errs() << ToolName << ": " << file << ": " << EC.message() << ".\n";
500 errs() << ToolName << ": " << file << ": " << EC.message()
507 errs() << ToolName << ": " << file << ": " << EC.message()
540 errs() << ToolName << ": file: " << file
583 errs() << ToolName << ": " << file << ": " << EC.message(
    [all...]
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 31 static StringRef ToolName;
141 errs() << ToolName << ": " << EC.message() << '\n';
217 ToolName = argv[0];
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 280 errs() << ToolName << ": Error making unique filename: " << EC.message()
285 errs() << ToolName << ": Error emitting bitcode to file '" << BitcodeFile
318 errs() << ToolName << ": Error making unique filename: "
325 errs() << ToolName << ": Error emitting bitcode to file '"
343 errs() << ToolName << ": Error making unique filename: "
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; }
BugDriver.cpp 70 BugDriver::BugDriver(const char *toolname, bool find_bugs,
73 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 49 static StringRef ToolName;
53 outs() << ToolName << ": " << Error << ".\n";
152 errs() << ToolName << ": " << msg << "\n\n";
674 errs() << ToolName << ": creating " << ArchiveName << "\n";
763 fail(ToolName + "takes just one archive as argument");
769 ToolName = argv[0];
779 StringRef Stem = sys::path::stem(ToolName);
  /external/pdfium/tools/drmemory/scripts/
pdfium_tests.py 175 os.path.join(gtest_files_dir, name + ".gtest-%s.txt" % tool.ToolName())]
179 if tool.ToolName() in ChromeTests.SLOW_TOOLS:
185 (tool.ToolName(), platform_suffix))]
valgrind_test.py 61 def ToolName(self):
142 self.log_dir = self.log_parent_dir + "%s.logs" % self.ToolName()
247 def ToolName(self):
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 179 static StringRef ToolName;
250 outs() << ToolName << ": error reading file: " << EC.message() << ".\n";
257 errs() << ToolName << ": '" << File << "': " << EC.message() << ".\n";
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 167 std::string ToolName;
172 errs() << ToolName << ": " << Path << ": " << Message << ".\n";
    [all...]

Completed in 1670 milliseconds