/external/llvm/tools/llvm-stress/ |
Makefile | 11 TOOLNAME := llvm-stress
|
/external/llvm/tools/llvm-symbolizer/ |
Makefile | 11 TOOLNAME := llvm-symbolizer
|
/external/llvm/tools/macho-dump/ |
Makefile | 11 TOOLNAME := macho-dump
|
/external/llvm/tools/obj2yaml/ |
Makefile | 11 TOOLNAME = obj2yaml
|
/external/llvm/tools/opt/ |
Makefile | 11 TOOLNAME := opt
|
/external/llvm/tools/yaml2obj/ |
Makefile | 11 TOOLNAME = yaml2obj
|
/external/llvm/utils/FileCheck/ |
Makefile | 11 TOOLNAME = FileCheck
|
/external/llvm/utils/FileUpdate/ |
Makefile | 11 TOOLNAME = FileUpdate
|
/external/llvm/utils/PerfectShuffle/ |
Makefile | 11 TOOLNAME = llvm-PerfectShuffle
|
/external/llvm/utils/TableGen/ |
Makefile | 11 TOOLNAME = llvm-tblgen
|
/external/llvm/utils/count/ |
Makefile | 11 TOOLNAME = count
|
/external/llvm/utils/fpcmp/ |
Makefile | 11 TOOLNAME = fpcmp
|
/external/llvm/utils/not/ |
Makefile | 11 TOOLNAME = not
|
/external/llvm/utils/yaml-bench/ |
Makefile | 11 TOOLNAME = yaml-bench
|
/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/chromium_org/tools/clang/scripts/ |
run_tool.py | 93 def _ExecuteTool(toolname, build_directory, filename): 100 toolname: Path to the tool to execute. 114 command = subprocess.Popen((toolname, '-p', build_directory, filename), 128 def __init__(self, toolname, build_directory, filenames): 132 toolname: Path to the tool to execute. 136 self.__toolname = toolname
|
/external/llvm/tools/llvm-config/ |
Makefile | 11 TOOLNAME := llvm-config 22 BUILDVARIABLES_SRCPATH = $(PROJ_SRC_ROOT)/tools/$(TOOLNAME)/BuildVariables.inc.in
|
/external/valgrind/main/coregrind/ |
launcher-darwin.c | 203 const char *toolname = NULL; local 239 toolname = argv[i] + 7; 249 if (toolname) { 250 VG_(debugLog)(1, "launcher", "tool '%s' requested\n", toolname); 254 toolname = "memcheck"; 410 asprintf(&toolfile, "%s/%s-%s-darwin", valgrind_lib, toolname, arch); 412 barf("tool '%s' not installed (%s) (%s)", toolname, toolfile, strerror(errno)); 420 toolname, arch, strerror(errno));
|
launcher-linux.c | 242 const char *toolname = NULL; local 269 toolname = argv[i] + 7; 277 if (toolname) { 278 VG_(debugLog)(1, "launcher", "tool '%s' requested\n", toolname); 282 toolname = "memcheck"; 364 toolfile = malloc(strlen(valgrind_lib) + strlen(toolname) + strlen(platform) + 3); 367 sprintf(toolfile, "%s/%s-%s", valgrind_lib, toolname, platform); 374 toolname, platform, strerror(errno));
|
/external/clang/tools/c-arcmt-test/ |
Makefile | 11 TOOLNAME = c-arcmt-test
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
Makefile | 15 TOOLNAME := OCaml-Kaleidoscope-Ch3
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
Makefile | 15 TOOLNAME := OCaml-Kaleidoscope-Ch4
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
Makefile | 15 TOOLNAME := OCaml-Kaleidoscope-Ch5
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
Makefile | 15 TOOLNAME := OCaml-Kaleidoscope-Ch6
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
Makefile | 15 TOOLNAME := OCaml-Kaleidoscope-Ch7
|