Home
last modified time | relevance | path

Searched refs:ToolName (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp76 StringRef ToolName; variable
303 ToolName = argv[0]; in main()
312 errs() << ToolName << ": Timeout value too large, must be less than: " in main()
323 errs() << ToolName << ": Failed to find program: '" << CommandLine in main()
329 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; in main()
337 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n' in main()
338 << ToolName << ": Command Line: " << CommandLine << '\n'; in main()
362 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': " in main()
378 errs() << ToolName << ": Debugging...\n"; in main()
393 errs() << ToolName << ": Failed to get process times: " in main()
[all …]
/external/llvm-project/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp75 StringRef ToolName; variable
302 ToolName = argv[0]; in main()
311 errs() << ToolName << ": Timeout value too large, must be less than: " in main()
322 errs() << ToolName << ": Failed to find program: '" << CommandLine in main()
328 errs() << ToolName << ": Found Program: " << ProgramToRun << '\n'; in main()
336 errs() << ToolName << ": Program Image Path: " << ProgramToRun << '\n' in main()
337 << ToolName << ": Command Line: " << CommandLine << '\n'; in main()
361 errs() << ToolName << ": Failed to run program: '" << ProgramToRun << "': " in main()
377 errs() << ToolName << ": Debugging...\n"; in main()
392 errs() << ToolName << ": Failed to get process times: " in main()
[all …]
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_profile_response.cc64 std::string ToolName(absl::string_view tool) { in ToolName() function
90 ToolName(kTraceViewer), TraceEventsToJson(trace))); in ConvertXSpaceToProfileResponse()
103 AddToolData(ToolName(kOverviewPage), overview_page_db, response); in ConvertXSpaceToProfileResponse()
105 AddToolData(ToolName(kInputPipeline), overview_page_db.input_analysis(), in ConvertXSpaceToProfileResponse()
109 AddToolData(ToolName(kInputPipeline), in ConvertXSpaceToProfileResponse()
114 AddToolData(ToolName(kTensorflowStats), tf_stats_db, response); in ConvertXSpaceToProfileResponse()
117 AddToolData(ToolName(kKernelStats), op_stats.kernel_stats_db(), response); in ConvertXSpaceToProfileResponse()
124 ToolName(kMemoryProfile), json_output)); in ConvertXSpaceToProfileResponse()
/external/llvm-project/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp193 static void printHelp(StringRef ToolName, const SymbolizerOptTable &Tbl, in printHelp() argument
196 Tbl.PrintHelp(OS, (ToolName + HelpText).str().c_str(), in printHelp()
197 ToolName.str().c_str()); in printHelp()
205 StringRef ToolName = IsAddr2Line ? "llvm-addr2line" : "llvm-symbolizer"; in parseOptions() local
220 printHelp(ToolName, Tbl, outs()); in parseOptions()
224 outs() << ToolName << '\n'; in parseOptions()
/external/llvm-project/llvm/tools/llvm-objcopy/
Dllvm-objcopy.cpp58 StringRef ToolName; variable
62 WithColor::warning(errs(), ToolName) << toString(std::move(E)) << '\n'; in reportWarning()
67 StringRef Stem = sys::path::stem(ToolName); in getDriverConfig()
340 ToolName = argv[0]; in main()
360 WithColor::error(errs(), ToolName)); in main()
365 logAllUnhandledErrors(std::move(E), WithColor::error(errs(), ToolName)); in main()
/external/llvm-project/lldb/tools/lldb-server/
Dlldb-server.cpp53 llvm::StringRef ToolName = argv[0]; in main() local
54 llvm::sys::PrintStackTraceOnErrorSignal(ToolName); in main()
/external/llvm-project/clang/lib/Tooling/
DTooling.cpp168 getSyntaxOnlyToolArgs(const Twine &ToolName, in getSyntaxOnlyToolArgs() argument
172 Args.push_back(ToolName.str()); in getSyntaxOnlyToolArgs()
186 const Twine &ToolName, in runToolOnCodeWithArgs() argument
195 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileNameRef), FileNameRef), in runToolOnCodeWithArgs()
203 const Twine &ToolName, in runToolOnCodeWithArgs() argument
224 Args, FileName, ToolName); in runToolOnCodeWithArgs()
620 StringRef ToolName, std::shared_ptr<PCHContainerOperations> PCHContainerOps, in buildASTFromCodeWithArgs() argument
634 getSyntaxOnlyToolArgs(ToolName, Adjuster(Args, FileName), FileName), in buildASTFromCodeWithArgs()
/external/llvm-project/llvm/tools/bugpoint/
DExecutionDriver.cpp263 errs() << ToolName in compileProgram()
270 errs() << ToolName << ": Error emitting bitcode to file '" << Temp->TmpName in compileProgram()
298 errs() << ToolName << ": Error making unique filename: " << EC.message() in executeProgram()
305 errs() << ToolName << ": Error emitting bitcode to file '" << BitcodeFile in executeProgram()
323 errs() << ToolName << ": Error making unique filename: " << EC.message() in executeProgram()
DBugDriver.h50 const char *ToolName; // argv[0] of bugpoint variable
71 const char *getToolName() const { return ToolName; } in getToolName()
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp280 errs() << ToolName << ": Error making unique filename: " << EC.message() in compileProgram()
285 errs() << ToolName << ": Error emitting bitcode to file '" << BitcodeFile in compileProgram()
318 errs() << ToolName << ": Error making unique filename: " in executeProgram()
325 errs() << ToolName << ": Error emitting bitcode to file '" in executeProgram()
343 errs() << ToolName << ": Error making unique filename: " in executeProgram()
DBugDriver.h49 const char *ToolName; // argv[0] of bugpoint variable
71 const char *getToolName() const { return ToolName; } in getToolName()
/external/llvm/tools/llvm-mcmarkup/
Dllvm-mcmarkup.cpp31 static StringRef ToolName; variable
141 errs() << ToolName << ": " << EC.message() << '\n'; in parseMCMarkup()
217 ToolName = argv[0]; in main()
/external/llvm-project/clang/lib/Basic/
DVersion.cpp92 std::string getClangToolFullVersion(StringRef ToolName) { in getClangToolFullVersion() argument
98 OS << ToolName << " version " CLANG_VERSION_STRING; in getClangToolFullVersion()
/external/libyuv/files/tools_libyuv/valgrind/
Dvalgrind_test.py66 def ToolName(self): member in BaseTool
147 self.log_dir = self.log_parent_dir + "%s.logs" % self.ToolName()
282 tool_name = self.ToolName()
391 filenames = glob.glob(self.log_dir + "/" + self.ToolName() + ".*")
457 def ToolName(self): member in Memcheck
/external/llvm/tools/llvm-size/
Dllvm-size.cpp89 static std::string ToolName; variable
97 errs() << ToolName << ": error reading file: " << ec.message() << ".\n"; in error()
104 errs() << ToolName << ": " << Message << ".\n"; in error()
115 errs() << ToolName << ": " << FileName; in error()
142 errs() << ToolName << ": " << FileName; in error()
508 errs() << ToolName << ": file: " << file in checkMachOAndArchFlags()
646 errs() << ToolName << ": file: " << file in printFileSectionSizes()
815 errs() << ToolName << ": " << file << ": " in printFileSectionSizes()
831 ToolName = argv[0]; in main()
842 outs() << ToolName << ": for the -arch option: Unknown architecture " in main()
/external/clang/lib/Basic/
DVersion.cpp122 std::string getClangToolFullVersion(StringRef ToolName) { in getClangToolFullVersion() argument
128 OS << ToolName << " version " CLANG_VERSION_STRING " " in getClangToolFullVersion()
/external/llvm/tools/llvm-ar/
Dllvm-ar.cpp50 static StringRef ToolName; variable
54 outs() << ToolName << ": " << Error << ".\n"; in fail()
166 errs() << ToolName << ": " << msg << "\n\n"; in show_help()
724 errs() << ToolName << ": creating " << ArchiveName << "\n"; in performOperation()
813 fail(ToolName + " takes just one archive as an argument"); in ranlib_main()
819 ToolName = argv[0]; in main()
829 StringRef Stem = sys::path::stem(ToolName); in main()
/external/clang/lib/Tooling/
DTooling.cpp113 getSyntaxOnlyToolArgs(const Twine &ToolName, in getSyntaxOnlyToolArgs() argument
117 Args.push_back(ToolName.str()); in getSyntaxOnlyToolArgs()
127 const Twine &ToolName, in runToolOnCodeWithArgs() argument
140 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in runToolOnCodeWithArgs()
501 const Twine &FileName, const Twine &ToolName, in buildASTFromCodeWithArgs() argument
515 ToolInvocation Invocation(getSyntaxOnlyToolArgs(ToolName, Args, FileNameRef), in buildASTFromCodeWithArgs()
/external/llvm-project/clang/include/clang/Tooling/
DTooling.h182 const Twine &ToolName = "clang-tool",
192 const Twine &ToolName = "clang-tool",
224 StringRef FileName = "input.cc", StringRef ToolName = "clang-tool",
/external/llvm-project/clang/include/clang/Basic/
DVersion.h53 std::string getClangToolFullVersion(llvm::StringRef ToolName);
/external/llvm-project/llvm/tools/llvm-ar/
Dllvm-ar.cpp59 static StringRef ToolName; variable
140 WithColor::error(errs(), ToolName) << Error << "\n"; in badUsage()
148 WithColor::error(errs(), ToolName) in fail()
151 WithColor::error(errs(), ToolName) << Error << "\n"; in fail()
644 WithColor::error(errs(), ToolName) << "'" << Name << "' was not found\n"; in performReadOperation()
1021 WithColor::warning(errs(), ToolName) in performOperation()
1265 ToolName = argv[0]; in main()
1271 Stem = sys::path::stem(ToolName); in main()
/external/clang/include/clang/Basic/
DVersion.h74 std::string getClangToolFullVersion(llvm::StringRef ToolName);
/external/llvm-project/llvm/tools/llvm-size/
Dllvm-size.cpp108 static std::string ToolName; variable
112 WithColor::error(errs(), ToolName) << "'" << File << "': " << Message << "\n"; in error()
121 WithColor::error(errs(), ToolName) << "'" << FileName << "'"; in error()
149 WithColor::error(errs(), ToolName) << "'" << FileName << "'"; in error()
882 ToolName = argv[0]; in main()
893 outs() << ToolName << ": for the -arch option: Unknown architecture " in main()
/external/clang/include/clang/Tooling/
DTooling.h175 const Twine &ToolName = "clang-tool",
206 const Twine &FileName = "input.cc", const Twine &ToolName = "clang-tool",
/external/llvm-project/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp385 static StringRef ToolName; variable
393 WithColor::error(errs(), ToolName) << Msg << "\n"; in error()
416 WithColor::warning(errs(), ToolName) << EI.message() << "\n"; in reportWarning()
723 ToolName = argv[0]; in main()

12