Searched refs:ToolName (Results 1 - 15 of 15) sorted by relevance

/external/llvm/lib/Analysis/
H A DProfileDataLoader.cpp59 static void ReadProfilingData(const char *ToolName, FILE *F, argument
63 report_fatal_error(Twine(ToolName) + ": Profiling data truncated");
68 static unsigned ReadProfilingNumEntries(const char *ToolName, FILE *F, argument
71 ReadProfilingData<unsigned>(ToolName, F, &Entry, 1);
77 static void ReadProfilingBlock(const char *ToolName, FILE *F, argument
81 unsigned NumEntries = ReadProfilingNumEntries(ToolName, F, ShouldByteSwap);
85 ReadProfilingData<unsigned>(ToolName, F, TempSpace.data(), NumEntries);
100 static void ReadProfilingArgBlock(const char *ToolName, FILE *F, argument
104 unsigned ArgLength = ReadProfilingNumEntries(ToolName, F, ShouldByteSwap);
110 ReadProfilingData<char>(ToolName,
120 ProfileDataLoader(const char *ToolName, const std::string &Filename) argument
[all...]
H A DProfileInfoLoader.cpp41 static void ReadProfilingBlock(const char *ToolName, FILE *F, argument
47 errs() << ToolName << ": data packet truncated!\n";
58 errs() << ToolName << ": data packet truncated!\n";
85 ProfileInfoLoader::ProfileInfoLoader(const char *ToolName, argument
90 errs() << ToolName << ": Error opening '" << Filename << "': ";
108 errs() << ToolName << ": arguments packet truncated!\n";
119 errs() << ToolName << ": arguments packet truncated!\n";
128 ReadProfilingBlock(ToolName, F, ShouldByteSwap, FunctionCounts);
132 ReadProfilingBlock(ToolName, F, ShouldByteSwap, BlockCounts);
136 ReadProfilingBlock(ToolName,
[all...]
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp74 StringRef ToolName; member in namespace:__anon22828
298 ToolName = argv[0];
307 errs() << ToolName << ": Timeout value too large, must be less than: "
318 errs() << ToolName << ": Failed to find program: '" << CommandLine
324 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n';
334 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n'
335 << ToolName << ": Command Line: " << CommandLine << '\n';
359 errs() << ToolName << ": Failed to run program: '" << ProgramToRun
375 errs() << ToolName << ": Debugging...\n";
390 errs() << ToolName << "
[all...]
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp68 static std::string ToolName; variable
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/
H A DProfileInfoLoader.h40 ProfileInfoLoader(const char *ToolName, const std::string &Filename);
H A DProfileDataLoader.h113 ProfileDataLoader(const char *ToolName, const std::string &Filename);
/external/llvm/tools/llvm-mcmarkup/
H A Dllvm-mcmarkup.cpp32 static StringRef ToolName; variable
141 errs() << ToolName << ": " << ec.message() << '\n';
216 ToolName = argv[0];
/external/llvm/tools/bugpoint/
H A DBugDriver.cpp72 : Context(ctxt), ToolName(toolname), ReferenceOutputFile(OutputFile),
132 errs() << ToolName << ": error linking in '" << Filenames[i] << "': "
H A DExecutionDriver.cpp273 errs() << ToolName << ": Error making unique filename: " << EC.message()
278 errs() << ToolName << ": Error emitting bitcode to file '" << BitcodeFile
312 errs() << ToolName << ": Error making unique filename: "
319 errs() << ToolName << ": Error emitting bitcode to file '"
337 errs() << ToolName << ": Error making unique filename: "
H A DBugDriver.h48 const char *ToolName; // argv[0] of bugpoint member in class:llvm::BugDriver
70 const char *getToolName() const { return ToolName; }
/external/chromium_org/tools/valgrind/
H A Dvalgrind_test.py64 def ToolName(self): member in class: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 class:Memcheck
639 def ToolName(self): member in class:ThreadSanitizerBase
806 def ToolName(self): member in class:DrMemory
1142 def ToolName(self): member in class:RaceVerifier
1190 def ToolName(sel member in class:Asan
[all...]
H A Dchrome_tests.py98 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-objdump/
H A Dllvm-objdump.cpp142 static StringRef ToolName; variable
147 outs() << ToolName << ": error reading file: " << ec.message() << ".\n";
171 errs() << ToolName << ": " << Error;
483 errs() << ToolName << ": warning: invalid instruction encoding\n";
782 errs() << ToolName << ": '" << a->getFileName() << "': " << ec.message()
789 errs() << ToolName << ": '" << a->getFileName() << "': "
798 errs() << ToolName << ": '" << file << "': " << "No such file\n";
810 errs() << ToolName << ": '" << file << "': " << ec.message() << ".\n";
819 errs() << ToolName << ": '" << file << "': " << "Unrecognized file type.\n";
840 ToolName
[all...]
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp126 std::string ToolName; member in namespace:__anon22698
131 errs() << ToolName << ": " << path << ": " << message << ".\n";
339 errs() << ToolName << ": '" << Filename << "': " << "No such file\n";
436 errs() << ToolName << ": " << Filename << ": "
455 ToolName = argv[0];
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp41 static StringRef ToolName; variable
48 outs() << ToolName << ": " << Error << ".\n";
145 errs() << ToolName << ": " << msg << "\n\n";
862 ToolName = argv[0];

Completed in 267 milliseconds