Home
last modified time | relevance | path

Searched refs:ToolName (Results 1 – 11 of 11) 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.cpp79 static std::string ToolName; variable
86 outs() << ToolName << ": error reading file: " << ec.message() << ".\n"; in error()
418 errs() << ToolName << ": file: " << file in checkMachOAndArchFlags()
432 errs() << ToolName << ": '" << file << "': " in PrintFileSectionSizes()
441 errs() << ToolName << ": " << file << ": " << EC.message() << ".\n"; in PrintFileSectionSizes()
453 errs() << ToolName << ": " << file << ": " << EC.message() << ".\n"; in PrintFileSectionSizes()
515 errs() << ToolName << ": " << file << ": " << EC.message() in PrintFileSectionSizes()
548 errs() << ToolName << ": file: " << file in PrintFileSectionSizes()
592 errs() << ToolName << ": " << file << ": " << EC.message() in PrintFileSectionSizes()
656 errs() << ToolName << ": " << file << ": " << EC.message() << ".\n"; in PrintFileSectionSizes()
[all …]
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp150 static StringRef ToolName; variable
157 outs() << ToolName << ": error reading file: " << EC.message() << ".\n"; in error()
188 errs() << ToolName << ": " << Error; in getTarget()
409 errs() << ToolName << ": warning: invalid instruction encoding\n"; in DisassembleObject()
811 errs() << ToolName << ": '" << a->getFileName() << "': " << EC.message() in DumpArchive()
818 errs() << ToolName << ": '" << a->getFileName() << "': " in DumpArchive()
827 errs() << ToolName << ": '" << file << "': " << "No such file\n"; in DumpInput()
842 errs() << ToolName << ": '" << file << "': " << EC.message() << ".\n"; in DumpInput()
852 errs() << ToolName << ": '" << file << "': " << "Unrecognized file type.\n"; in DumpInput()
873 ToolName = argv[0]; in main()
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp273 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()
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/clang/lib/Basic/
DVersion.cpp122 std::string getClangToolFullVersion(StringRef ToolName) { in getClangToolFullVersion() argument
128 OS << ToolName << " version " CLANG_VERSION_STRING " " in getClangToolFullVersion()
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp46 static StringRef ToolName; variable
53 outs() << ToolName << ": " << Error << ".\n"; in fail()
144 errs() << ToolName << ": " << msg << "\n\n"; in show_help()
916 errs() << ToolName << ": error opening '" << ArchiveName in performOperation()
925 errs() << ToolName << ": error loading '" << ArchiveName in performOperation()
940 errs() << ToolName << ": creating " << ArchiveName << "\n"; in performOperation()
1027 fail(ToolName + "takes just one archive as argument"); in ranlib_main()
1033 ToolName = argv[0]; in main()
1050 StringRef Stem = sys::path::stem(ToolName); in main()
/external/clang/include/clang/Basic/
DVersion.h74 std::string getClangToolFullVersion(llvm::StringRef ToolName);
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp161 std::string ToolName; variable
166 errs() << ToolName << ": " << Path << ": " << Message << ".\n"; in error()
1238 ToolName = argv[0]; in main()