/external/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 75 StringRef ToolName; variable 302 ToolName = argv[0]; in main() 311 errs() << ToolName << ": Timeout value too large, must be less than: " in main() 322 errs() << ToolName << ": Failed to find program: '" << CommandLine in main() 328 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; in main() 338 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n' in main() 339 << ToolName << ": Command Line: " << CommandLine << '\n'; in main() 363 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': " in main() 379 errs() << ToolName << ": Debugging...\n"; in main() 394 errs() << ToolName << ": Failed to get process times: " in main() [all …]
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 79 static std::string ToolName; variable 86 outs() << ToolName << ": error reading file: " << ec.message() << ".\n"; in error() 434 errs() << ToolName << ": file: " << file in checkMachOAndArchFlags() 449 errs() << ToolName << ": '" << file << "': " in PrintFileSectionSizes() 458 errs() << ToolName << ": " << file << ": " << EC.message() << ".\n"; in PrintFileSectionSizes() 470 errs() << ToolName << ": " << file << ": " << EC.message() << ".\n"; in PrintFileSectionSizes() 531 errs() << ToolName << ": " << file << ": " << EC.message() in PrintFileSectionSizes() 564 errs() << ToolName << ": file: " << file in PrintFileSectionSizes() 607 errs() << ToolName << ": " << file << ": " << EC.message() in PrintFileSectionSizes() 670 errs() << ToolName << ": " << file << ": " << EC.message() << ".\n"; in PrintFileSectionSizes() [all …]
|
/external/llvm/tools/llvm-objdump/ |
D | llvm-objdump.cpp | 149 static StringRef ToolName; variable 155 outs() << ToolName << ": error reading file: " << EC.message() << ".\n"; in error() 185 errs() << ToolName << ": " << Error; in getTarget() 386 errs() << ToolName << ": warning: " << Error << '\n'; in DisassembleObject() 528 errs() << ToolName << ": warning: invalid instruction encoding\n"; in DisassembleObject() 857 errs() << ToolName << ": '" << a->getFileName() << "': " << EC.message() in DumpArchive() 864 errs() << ToolName << ": '" << a->getFileName() << "': " in DumpArchive() 873 errs() << ToolName << ": '" << file << "': " << "No such file\n"; in DumpInput() 885 errs() << ToolName << ": '" << file << "': " << EC.message() << ".\n"; in DumpInput() 895 errs() << ToolName << ": '" << file << "': " << "Unrecognized file type.\n"; in DumpInput() [all …]
|
/external/llvm/tools/llvm-mcmarkup/ |
D | llvm-mcmarkup.cpp | 31 static StringRef ToolName; variable 141 errs() << ToolName << ": " << EC.message() << '\n'; in parseMCMarkup() 216 ToolName = argv[0]; in main()
|
/external/llvm/tools/bugpoint/ |
D | ExecutionDriver.cpp | 273 errs() << ToolName << ": Error making unique filename: " << EC.message() in compileProgram() 278 errs() << ToolName << ": Error emitting bitcode to file '" << BitcodeFile in compileProgram() 311 errs() << ToolName << ": Error making unique filename: " in executeProgram() 318 errs() << ToolName << ": Error emitting bitcode to file '" in executeProgram() 336 errs() << ToolName << ": Error making unique filename: " in executeProgram()
|
D | BugDriver.cpp | 72 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile), in BugDriver() 136 errs() << ToolName << ": error linking in '" << Filenames[i] << "': " in addSources()
|
D | BugDriver.h | 48 const char *ToolName; // argv[0] of bugpoint variable 70 const char *getToolName() const { return ToolName; } in getToolName()
|
/external/clang/lib/Basic/ |
D | Version.cpp | 122 std::string getClangToolFullVersion(StringRef ToolName) { in getClangToolFullVersion() argument 128 OS << ToolName << " version " CLANG_VERSION_STRING " " in getClangToolFullVersion()
|
/external/chromium_org/tools/valgrind/ |
D | valgrind_test.py | 64 def ToolName(self): member in BaseTool 145 self.log_dir = self.log_parent_dir + "%s.logs" % self.ToolName() 233 if self.ToolName() == "tsan" and common.IsMac(): 354 tool_name = self.ToolName() 472 filenames = glob.glob(self.log_dir + "/" + self.ToolName() + ".*") 538 def ToolName(self): member in Memcheck 639 def ToolName(self): member in ThreadSanitizerBase 806 def ToolName(self): member in DrMemory 1139 def ToolName(self): member in RaceVerifier 1187 def ToolName(self): member in Asan
|
D | chrome_tests.py | 98 tool_name = tool.ToolName(); 157 os.path.join(gtest_files_dir, name + ".gtest-%s.txt" % tool.ToolName())] 161 if tool.ToolName() in ChromeTests.SLOW_TOOLS: 167 (tool.ToolName(), platform_suffix))]
|
/external/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 43 static StringRef ToolName; variable 50 outs() << ToolName << ": " << Error << ".\n"; in fail() 140 errs() << ToolName << ": " << msg << "\n\n"; in show_help() 894 ToolName = argv[0]; in main() 911 StringRef Stem = sys::path::stem(ToolName); in main() 923 fail(ToolName + "takes just one archive as argument"); in ranlib_main() 941 errs() << ToolName << ": error opening '" << ArchiveName in performOperation() 950 errs() << ToolName << ": error loading '" << ArchiveName in performOperation() 965 errs() << ToolName << ": creating " << ArchiveName << "\n"; in performOperation()
|
/external/clang/include/clang/Basic/ |
D | Version.h | 74 std::string getClangToolFullVersion(llvm::StringRef ToolName);
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 145 std::string ToolName; variable 150 errs() << ToolName << ": " << Path << ": " << Message << ".\n"; in error() 1014 ToolName = argv[0]; in main()
|