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

  /external/llvm/lib/Analysis/
ProfileInfoLoader.cpp 41 static void ReadProfilingBlock(const char *ToolName, FILE *F,
47 errs() << ToolName << ": data packet truncated!\n";
58 errs() << ToolName << ": data packet truncated!\n";
85 ProfileInfoLoader::ProfileInfoLoader(const char *ToolName,
92 errs() << ToolName << ": Error opening '" << Filename << "': ";
110 errs() << ToolName << ": arguments packet truncated!\n";
121 errs() << ToolName << ": arguments packet truncated!\n";
130 ReadProfilingBlock(ToolName, F, ShouldByteSwap, FunctionCounts);
134 ReadProfilingBlock(ToolName, F, ShouldByteSwap, BlockCounts);
138 ReadProfilingBlock(ToolName, F, ShouldByteSwap, EdgeCounts)
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 71 StringRef ToolName;
341 ToolName = argv[0];
350 errs() << ToolName << ": Timeout value too large, must be less than: "
361 errs() << ToolName << ": Failed to find program: '" << CommandLine
367 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
377 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
378 << ToolName << ": Command Line: " << CommandLine << '\n';
402 errs() << ToolName << ": Failed to run program: '" << ProgramToRun
418 errs() << ToolName << ": Debugging...\n";
433 errs() << ToolName << ": Failed to get process times:
    [all...]
  /external/llvm/tools/llvm-size/
llvm-size.cpp 68 static std::string ToolName;
74 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
241 errs() << ToolName << ": '" << file << "': " << "No such file\n";
249 errs() << ToolName << ": " << file << ": " << ec.message() << ".\n";
259 errs() << ToolName << ": " << file << ": " << ec.message() << ".\n";
278 errs() << ToolName << ": " << file << ": " << "Unrecognized file type.\n";
293 ToolName = argv[0];
  /external/llvm/include/llvm/Analysis/
ProfileInfoLoader.h 42 ProfileInfoLoader(const char *ToolName, const std::string &Filename,
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 110 std::string ToolName;
151 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
305 errs() << ToolName << ": '" << Filename << "': " << "No such file\n";
319 errs() << ToolName << ": " << Filename << ": " << ErrorMessage << "\n";
324 errs() << ToolName << ": " << Filename << ": " << ec.message() << ".\n";
353 errs() << ToolName << ": " << Filename << ": " << ec.message() << ".\n";
359 errs() << ToolName << ": " << Filename << ": "
373 ToolName = argv[0];
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 94 static StringRef ToolName;
99 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
124 errs() << ToolName << ": error: unable to get target for '" << TripleName
297 errs() << ToolName << ": warning: invalid instruction encoding\n";
550 errs() << ToolName << ": '" << a->getFileName() << "': " << ec.message()
557 errs() << ToolName << ": '" << a->getFileName() << "': "
566 errs() << ToolName << ": '" << file << "': " << "No such file\n";
578 errs() << ToolName << ": '" << file << "': " << ec.message() << ".\n";
587 errs() << ToolName << ": '" << file << "': " << "Unrecognized file type.\n";
606 ToolName = argv[0]
    [all...]
  /external/llvm/tools/bugpoint/
BugDriver.cpp 69 BugDriver::BugDriver(const char *toolname, bool find_bugs,
72 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
132 errs() << ToolName << ": error linking in '" << Filenames[i] << "': "
ExecutionDriver.cpp 315 errs() << ToolName << ": Error making unique filename: " << ErrMsg
320 errs() << ToolName << ": Error emitting bitcode to file '"
351 errs() << ToolName << ": Error making unique filename: "
358 errs() << ToolName << ": Error emitting bitcode to file '"
375 errs() << ToolName << ": Error making unique filename: "
BugDriver.h 48 const char *ToolName; // argv[0] of bugpoint
65 BugDriver(const char *toolname, bool find_bugs,
70 const char *getToolName() const { return ToolName; }

Completed in 521 milliseconds