OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToolName
(Results
1 - 15
of
15
) sorted by null
/external/llvm/lib/Analysis/
ProfileDataLoader.cpp
59
static void ReadProfilingData(const char *
ToolName
, FILE *F,
63
report_fatal_error(Twine(
ToolName
) + ": Profiling data truncated");
68
static unsigned ReadProfilingNumEntries(const char *
ToolName
, FILE *F,
71
ReadProfilingData<unsigned>(
ToolName
, F, &Entry, 1);
77
static void ReadProfilingBlock(const char *
ToolName
, FILE *F,
81
unsigned NumEntries = ReadProfilingNumEntries(
ToolName
, F, ShouldByteSwap);
85
ReadProfilingData<unsigned>(
ToolName
, F, TempSpace.data(), NumEntries);
100
static void ReadProfilingArgBlock(const char *
ToolName
, FILE *F,
104
unsigned ArgLength = ReadProfilingNumEntries(
ToolName
, F, ShouldByteSwap);
110
ReadProfilingData<char>(
ToolName
, F, Args.data(), (ArgLength+3) & ~3)
[
all
...]
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
,
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
, F, ShouldByteSwap, EdgeCounts)
[
all
...]
/external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp
74
StringRef
ToolName
;
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
<< ": 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
40
ProfileInfoLoader(const char *
ToolName
, const std::string &Filename);
ProfileDataLoader.h
113
ProfileDataLoader(const char *
ToolName
, const std::string &Filename);
/external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp
32
static StringRef
ToolName
;
141
errs() <<
ToolName
<< ": " << ec.message() << '\n';
216
ToolName
= argv[0];
/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
273
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: "
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
; }
/external/chromium_org/tools/valgrind/
valgrind_test.py
64
def
ToolName
(self):
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
() + ".*")
475
# "
toolname
.wrapper_PID.valgrind_PID".
538
def
ToolName
(self):
639
def
ToolName
(self):
806
def
ToolName
(self):
[
all
...]
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-objdump/
llvm-objdump.cpp
142
static StringRef
ToolName
;
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
= argv[0]
[
all
...]
/external/llvm/tools/llvm-nm/
llvm-nm.cpp
126
std::string
ToolName
;
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/
llvm-ar.cpp
41
static StringRef
ToolName
;
48
outs() <<
ToolName
<< ": " << Error << ".\n";
145
errs() <<
ToolName
<< ": " << msg << "\n\n";
862
ToolName
= argv[0];
Completed in 701 milliseconds