HomeSort by: relevance | last modified time | path
    Searched refs:ToolName (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Version.h 53 std::string getClangToolFullVersion(llvm::StringRef ToolName);
  /src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 75 StringRef ToolName;
302 ToolName = argv[0];
311 errs() << ToolName << ": Timeout value too large, must be less than: "
322 errs() << ToolName << ": Failed to find program: '" << CommandLine
328 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
336 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
337 << ToolName << ": Command Line: " << CommandLine << '\n';
361 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': "
377 errs() << ToolName << ": Debugging...\n";
392 errs() << ToolName << ": Failed to get process times:
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Version.cpp 92 std::string getClangToolFullVersion(StringRef ToolName) {
98 OS << ToolName << " version " CLANG_VERSION_STRING;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/
llvm-objcopy.cpp 66 StringRef ToolName;
70 WithColor::warning(errs(), ToolName) << toString(std::move(E)) << '\n';
75 StringRef Stem = sys::path::stem(ToolName);
416 ToolName = argv[0];
436 WithColor::error(errs(), ToolName));
441 logAllUnhandledErrors(std::move(E), WithColor::error(errs(), ToolName));
ConfigManager.cpp 442 StringRef HelpText, ToolName;
445 ToolName = "llvm-objcopy";
449 ToolName = "llvm-strip";
453 ToolName = "llvm-install-name-tool";
457 ToolName = "llvm-bitcode-strip";
461 OptTable.PrintHelp(OS, (ToolName + HelpText).str().c_str(),
462 (ToolName + " tool").str().c_str());
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
Tooling.cpp 168 getSyntaxOnlyToolArgs(const Twine &ToolName,
172 Args.push_back(ToolName.str());
186 const Twine &ToolName,
195 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileNameRef), FileNameRef),
203 const Twine &ToolName,
224 Args, FileName, ToolName);
625 StringRef ToolName, std::shared_ptr<PCHContainerOperations> PCHContainerOps,
639 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileName), FileName),
  /src/external/apache2/llvm/dist/llvm/tools/bugpoint/
ExecutionDriver.cpp 263 errs() << ToolName
270 errs() << ToolName << ": Error emitting bitcode to file '" << Temp->TmpName
298 errs() << ToolName << ": Error making unique filename: " << EC.message()
305 errs() << ToolName << ": Error emitting bitcode to file '" << BitcodeFile
323 errs() << ToolName << ": Error making unique filename: " << EC.message()
BugDriver.h 50 const char *ToolName; // argv[0] of bugpoint
67 BugDriver(const char *toolname, bool find_bugs, unsigned timeout,
71 const char *getToolName() const { return ToolName; }
BugDriver.cpp 78 BugDriver::BugDriver(const char *toolname, bool find_bugs, unsigned timeout,
80 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
Tooling.h 173 /// \param ToolName The name of the binary running the tool. Standard library
182 const Twine &ToolName = "clang-tool",
192 const Twine &ToolName = "clang-tool",
214 /// \param ToolName The name of the binary running the tool. Standard library
224 StringRef FileName = "input.cc", StringRef ToolName = "clang-tool",
  /src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
llvm-ar.cpp 59 static StringRef ToolName;
140 WithColor::error(errs(), ToolName) << Error << "\n";
148 WithColor::error(errs(), ToolName)
151 WithColor::error(errs(), ToolName) << Error << "\n";
645 WithColor::error(errs(), ToolName) << "'" << Name << "' was not found\n";
1022 WithColor::warning(errs(), ToolName)
1266 ToolName = argv[0];
1272 Stem = sys::path::stem(ToolName);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-size/
llvm-size.cpp 108 static std::string ToolName;
112 WithColor::error(errs(), ToolName) << "'" << File << "': " << Message << "\n";
116 // "libx.a(foo.o)" after the ToolName before the error message. It sets
121 WithColor::error(errs(), ToolName) << "'" << FileName << "'";
143 // 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
149 WithColor::error(errs(), ToolName) << "'" << FileName << "'";
880 ToolName = argv[0];
891 outs() << ToolName << ": for the -arch option: Unknown architecture "
  /src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/
llvm-lipo.cpp 36 static const StringRef ToolName = "llvm-lipo";
40 WithColor::error(errs(), ToolName) << Message << "\n";
60 WithColor::error(errs(), ToolName) << "'" << File << "': " << Buf;
174 outs() << ToolName + "\n";
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
llvm-readobj.cpp 390 static StringRef ToolName;
398 WithColor::error(errs(), ToolName) << Msg << "\n";
421 WithColor::warning(errs(), ToolName) << EI.message() << "\n";
745 ToolName = argv[0];
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 228 static StringRef ToolName;
296 WithColor::warning(errs(), ToolName)
303 WithColor::error(errs(), ToolName) << "'" << File << "': " << Message << "\n";
312 WithColor::error(errs(), ToolName);
325 WithColor::warning(errs(), ToolName) << Message << "\n";
329 WithColor::error(errs(), ToolName) << Message << "\n";
2006 WithColor::error(errs(), ToolName)
2015 WithColor::error(errs(), ToolName)
2057 WithColor::error(errs(), ToolName)
2129 WithColor::error(errs(), ToolName) << "ill-formed archive entry.\n"
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 242 std::string ToolName;
247 WithColor::error(errs(), ToolName) << Path << ": " << Message << "\n";
259 // "libx.a(foo.o)" after the ToolName before the error message. It sets
264 WithColor::error(errs(), ToolName) << FileName;
287 // is from, for example: "foo.o (for architecture i386)" after the ToolName
293 WithColor::error(errs(), ToolName) << FileName;
1789 WithColor::warning(errs(), ToolName)
1966 WithColor::warning(errs(), ToolName)
2230 WithColor::warning(errs(), ToolName)
2266 ToolName = argv[0]
    [all...]

Completed in 41 milliseconds