HomeSort by relevance Sort by last modified time
    Searched full:toolname (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /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/projects/sample/tools/sample/
Makefile 11 TOOLNAME=Sample
  /external/chromium_org/tools/clang/empty_string/
Makefile 10 TOOLNAME = empty_string
  /external/chromium_org/tools/clang/rewrite_scoped_array/
Makefile 10 TOOLNAME = rewrite_scoped_array
  /external/chromium_org/tools/clang/rewrite_scoped_ptr_ctor_null/
Makefile 10 TOOLNAME = rewrite_scoped_ptr_ctor_null
  /external/llvm/examples/ExceptionDemo/
Makefile 10 TOOLNAME = ExceptionDemo
  /external/llvm/examples/HowToUseJIT/
Makefile 10 TOOLNAME = HowToUseJIT
  /external/llvm/examples/Kaleidoscope/Chapter2/
Makefile 10 TOOLNAME = Kaleidoscope-Ch2
  /external/llvm/examples/Kaleidoscope/Chapter3/
Makefile 10 TOOLNAME = Kaleidoscope-Ch3
  /external/llvm/examples/Kaleidoscope/Chapter4/
Makefile 10 TOOLNAME = Kaleidoscope-Ch4
  /external/llvm/examples/Kaleidoscope/Chapter5/
Makefile 10 TOOLNAME = Kaleidoscope-Ch5
  /external/llvm/examples/Kaleidoscope/Chapter6/
Makefile 10 TOOLNAME = Kaleidoscope-Ch6
  /external/llvm/examples/Kaleidoscope/Chapter7/
Makefile 10 TOOLNAME = Kaleidoscope-Ch7
  /external/llvm/examples/ModuleMaker/
Makefile 10 TOOLNAME=ModuleMaker
  /external/chromium_org/third_party/icu/source/data/
build.xml 116 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" srcFile=".*xml" destFile=".*txt">
147 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
161 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
175 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
189 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
203 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
217 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" srcFile=".*xml" destFile=".*txt">
231 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="colfiles.mk" noArgs="true">
278 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" srcFile=".*xml" destFile=".*txt">
292 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="rbnffiles.mk" noArgs="true"
    [all...]
  /external/emma/core/java12/com/vladium/emma/
Command.java 269 protected static String usageMsgPrefix (final String toolName)
271 return toolNameToCommandName (toolName).concat (" usage: ");
274 protected static String usageResName (final String toolName)
276 return toolName.replace ('.', '/').concat ("_usage.res");
279 protected static String toolNameToCommandName (final String toolName)
281 final int lastDot = toolName.lastIndexOf ('.');
283 return lastDot > 0 ? toolName.substring (lastDot + 1) : toolName;
  /external/icu4c/data/
build.xml 117 <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" srcFile=".*xml" destFile=".*txt">
152 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
166 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
180 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
194 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
208 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="resfiles.mk" noArgs="true">
222 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" srcFile=".*xml" destFile=".*txt">
236 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="colfiles.mk" noArgs="true">
278 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" srcFile=".*xml" destFile=".*txt">
292 <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="rbnffiles.mk" noArgs="true"
    [all...]
  /external/clang/examples/clang-interpreter/
Makefile 12 TOOLNAME = clang-interpreter
  /external/clang/tools/arcmt-test/
Makefile 11 TOOLNAME = arcmt-test
  /external/clang/tools/clang-check/
Makefile 12 TOOLNAME = clang-check
  /external/clang/tools/clang-format/
Makefile 12 TOOLNAME = clang-format
  /external/clang/tools/diagtool/
Makefile 11 TOOLNAME = diagtool
  /external/clang/utils/TableGen/
Makefile 11 TOOLNAME = clang-tblgen

Completed in 506 milliseconds

1 2 3 4 5