| /src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
| OptimizerDriver.cpp | 166 std::string tool = OptCmd; local 170 tool = *Path; 174 if (tool.empty()) { 178 if (!sys::fs::exists(tool)) { 179 errs() << "Specified `opt' binary does not exist: " << tool << "\n"; 190 Prog = tool; 202 Args.push_back(tool); 204 Args.push_back(tool);
|
| /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| MachOEmitter.cpp | 191 struct MachO::build_tool_version tool = T; local 193 MachO::swapStruct(tool); 194 OS.write(reinterpret_cast<const char *>(&tool),
|
| /src/external/gpl3/binutils/dist/bfd/ |
| mach-o.h | 573 uint32_t tool; member in struct:bfd_mach_o_build_version_tool
|
| /src/external/gpl3/binutils/dist/binutils/ |
| od-macho.c | 1476 bfd_mach_o_build_version_tool *tools, *tool; 1504 for (i = 0, tool = tools; i < ver->ntools; i++, tool++) 1509 (bfd_mach_o_tool_name, tool->tool); 1511 printf (" tool: 0x%08x\n", tool->tool); 1513 printf (" tool: %s\n", tool_name); 1515 printf_version (tool->version) 1475 bfd_mach_o_build_version_tool *tools, *tool; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| mach-o.h | 573 uint32_t tool; member in struct:bfd_mach_o_build_version_tool
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| od-macho.c | 1476 bfd_mach_o_build_version_tool *tools, *tool; 1504 for (i = 0, tool = tools; i < ver->ntools; i++, tool++) 1509 (bfd_mach_o_tool_name, tool->tool); 1511 printf (" tool: 0x%08x\n", tool->tool); 1513 printf (" tool: %s\n", tool_name); 1515 printf_version (tool->version) 1475 bfd_mach_o_build_version_tool *tools, *tool; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| mach-o.h | 573 uint32_t tool; member in struct:bfd_mach_o_build_version_tool
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| mach-o.h | 573 uint32_t tool; member in struct:bfd_mach_o_build_version_tool
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| MachO.h | 851 uint32_t tool; // enum for the tool member in struct:llvm::MachO::build_tool_version 852 uint32_t version; // version of the tool 862 uint32_t ntools; // number of tool entries following this 1320 sys::swapByteOrder(C.tool);
|