Home
last modified time | relevance | path

Searched refs:ToolName (Results 1 – 13 of 13) sorted by relevance

/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp76 StringRef ToolName; variable
303 ToolName = argv[0]; in main()
312 errs() << ToolName << ": Timeout value too large, must be less than: " in main()
323 errs() << ToolName << ": Failed to find program: '" << CommandLine in main()
329 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; in main()
339 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n' in main()
340 << ToolName << ": Command Line: " << CommandLine << '\n'; in main()
364 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': " in main()
380 errs() << ToolName << ": Debugging...\n"; in main()
395 errs() << ToolName << ": Failed to get process times: " in main()
[all …]
/external/llvm/tools/llvm-size/
Dllvm-size.cpp80 static std::string ToolName; variable
87 outs() << ToolName << ": error reading file: " << ec.message() << ".\n"; in error()
406 errs() << ToolName << ": file: " << file in checkMachOAndArchFlags()
421 errs() << ToolName << ": " << file << ": " << EC.message() << ".\n"; in PrintFileSectionSizes()
432 errs() << ToolName << ": " << file << ": " << i->getError().message() in PrintFileSectionSizes()
439 errs() << ToolName << ": " << file << ": " << EC.message() << ".\n"; in PrintFileSectionSizes()
500 errs() << ToolName << ": " << file << ": " << EC.message() in PrintFileSectionSizes()
507 errs() << ToolName << ": " << file << ": " << EC.message() in PrintFileSectionSizes()
540 errs() << ToolName << ": file: " << file in PrintFileSectionSizes()
583 errs() << ToolName << ": " << file << ": " << EC.message() in PrintFileSectionSizes()
[all …]
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp280 errs() << ToolName << ": Error making unique filename: " << EC.message() in compileProgram()
285 errs() << ToolName << ": Error emitting bitcode to file '" << BitcodeFile in compileProgram()
318 errs() << ToolName << ": Error making unique filename: " in executeProgram()
325 errs() << ToolName << ": Error emitting bitcode to file '" in executeProgram()
343 errs() << ToolName << ": Error making unique filename: " in executeProgram()
DBugDriver.h49 const char *ToolName; // argv[0] of bugpoint variable
71 const char *getToolName() const { return ToolName; } in getToolName()
DBugDriver.cpp73 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile), in BugDriver()
/external/llvm/tools/llvm-mcmarkup/
Dllvm-mcmarkup.cpp31 static StringRef ToolName; variable
141 errs() << ToolName << ": " << EC.message() << '\n'; in parseMCMarkup()
217 ToolName = argv[0]; in main()
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp49 static StringRef ToolName; variable
53 outs() << ToolName << ": " << Error << ".\n"; in fail()
152 errs() << ToolName << ": " << msg << "\n\n"; in show_help()
674 errs() << ToolName << ": creating " << ArchiveName << "\n"; in performOperation()
763 fail(ToolName + "takes just one archive as argument"); in ranlib_main()
769 ToolName = argv[0]; in main()
779 StringRef Stem = sys::path::stem(ToolName); in main()
/external/clang/lib/Basic/
DVersion.cpp122 std::string getClangToolFullVersion(StringRef ToolName) { in getClangToolFullVersion() argument
128 OS << ToolName << " version " CLANG_VERSION_STRING " " in getClangToolFullVersion()
/external/clang/include/clang/Basic/
DVersion.h74 std::string getClangToolFullVersion(llvm::StringRef ToolName);
/external/pdfium/tools/drmemory/scripts/
Dvalgrind_test.py61 def ToolName(self): member in BaseTool
142 self.log_dir = self.log_parent_dir + "%s.logs" % self.ToolName()
247 def ToolName(self): member in DrMemory
Dpdfium_tests.py175 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))]
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp179 static StringRef ToolName; variable
250 outs() << ToolName << ": error reading file: " << EC.message() << ".\n"; in error()
257 errs() << ToolName << ": '" << File << "': " << EC.message() << ".\n"; in report_error()
1123 errs() << ToolName << ": warning: invalid instruction encoding\n"; in DisassembleObject()
1588 ToolName = argv[0]; in main()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp167 std::string ToolName; variable
172 errs() << ToolName << ": " << Path << ": " << Message << ".\n"; in error()
1258 ToolName = argv[0]; in main()