Home
last modified time | relevance | path

Searched full:toolchain (Results 1 – 25 of 738) sorted by relevance

12345678910>>...30

/external/u-boot/
D.travis.yml32 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
42 - echo -e "[toolchain]\nroot = /usr" > ~/.buildman
44 - echo -e "\n[toolchain-alias]\nsh = sh2\n" >> ~/.buildman
64 # install toolchains based on TOOLCHAIN} variable
65 - if [[ "${TOOLCHAIN}" == *m68k* ]]; then ./tools/buildman/buildman --fetch-arch m68k ; fi
66 …- if [[ "${TOOLCHAIN}" == *microblaze* ]]; then ./tools/buildman/buildman --fetch-arch microblaze …
67 - if [[ "${TOOLCHAIN}" == *mips* ]]; then ./tools/buildman/buildman --fetch-arch mips ; fi
68 - if [[ "${TOOLCHAIN}" == *or32* ]]; then ./tools/buildman/buildman --fetch-arch or32 ; fi
69 - if [[ "${TOOLCHAIN}" == *sh* ]]; then ./tools/buildman/buildman --fetch-arch sh2 ; fi
70 - if [[ "${TOOLCHAIN}" == *x86_64* ]]; then
[all …]
/external/u-boot/tools/buildman/
Dtoolchain.py47 class Toolchain: class
48 """A single toolchain
54 arch: Architecture of toolchain as determined from the first
56 priority: Toolchain priority (0=highest, 20=lowest)
60 """Create a new toolchain object.
64 test: True to run the toolchain to test it
66 priority: Priority to use for this toolchain, or PRIORITY_CALC to
111 """Return the priority of the toolchain.
117 fname: Filename of toolchain
119 Priority of toolchain, PRIORITY_CALC=highest, 20=lowest.
[all …]
Dbuilderthread.py173 # We are going to have to build it. First, get a toolchain
174 if not self.toolchain:
176 self.toolchain = self.builder.toolchains.Select(brd.arch)
184 if self.toolchain:
196 env = self.toolchain.MakeEnvironment(self.builder.full_path)
252 result.toolchain = self.toolchain
300 if result.toolchain:
301 # Write the build result and toolchain information.
310 with open(os.path.join(build_dir, 'toolchain'), 'w') as fd:
311 print >>fd, 'gcc', result.toolchain.gcc
[all …]
/external/clang/lib/Driver/
DToolChain.cpp1 //===--- ToolChain.cpp - Collections of tools for one platform ------------===//
18 #include "clang/Driver/ToolChain.h"
40 static ToolChain::RTTIMode CalculateRTTIMode(const ArgList &Args, in CalculateRTTIMode()
46 return ToolChain::RM_EnabledExplicitly; in CalculateRTTIMode()
48 return ToolChain::RM_DisabledExplicitly; in CalculateRTTIMode()
53 return ToolChain::RM_EnabledImplicitly; in CalculateRTTIMode()
63 return ToolChain::RM_EnabledImplicitly; in CalculateRTTIMode()
65 return ToolChain::RM_DisabledImplicitly; in CalculateRTTIMode()
68 ToolChain::ToolChain(const Driver &D, const llvm::Triple &T, in ToolChain() function in ToolChain
78 ToolChain::~ToolChain() { in ~ToolChain()
[all …]
DTools.h41 SmallString<128> getCompilerRT(const ToolChain &TC,
61 const ToolChain *AuxToolChain) const;
109 Clang(const ToolChain &TC) : Tool("clang", "clang frontend", TC, RF_Full) {} in Clang()
125 ClangAs(const ToolChain &TC) in ClangAs()
145 GnuTool(const char *Name, const char *ShortName, const ToolChain &TC) in GnuTool()
153 Common(const char *Name, const char *ShortName, const ToolChain &TC) in Common()
173 Preprocessor(const ToolChain &TC) in Preprocessor()
185 Compiler(const ToolChain &TC) : Common("gcc::Compiler", "gcc frontend", TC) {} in Compiler()
196 Linker(const ToolChain &TC) : Common("gcc::Linker", "linker (via gcc)", TC) {} in Linker()
212 Assembler(const ToolChain &TC) in Assembler()
[all …]
/external/brotli/
D.travis.yml16 - ubuntu-toolchain-r-test
25 - ubuntu-toolchain-r-test
38 - ubuntu-toolchain-r-test
51 - ubuntu-toolchain-r-test
52 - llvm-toolchain-trusty-5.0
64 - llvm-toolchain-trusty-5.0
65 - ubuntu-toolchain-r-test
73 - llvm-toolchain-trusty-3.5
74 - ubuntu-toolchain-r-test
86 - ubuntu-toolchain-r-test
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/xcode-toolchain/
DCMakeLists.txt6 # toolchain. Xcode toolchains are a mostly-undocumented feature that allows
10 # Setting an environment variable TOOLCHAINS to the toolchain's identifier will
11 # result in /usr/bin/<tool> or xcrun <tool> to find the tool in the toolchain.
13 # To make this work with Xcode 7.1 and later you can install the toolchain this
17 # This file generates a custom install-xcode-toolchain target which constructs
18 # and installs a toolchain with the identifier in the pattern:
19 # org.llvm.${PACKAGE_VERSION}. This toolchain can then be used to override the
26 # ninja install-xcode-toolchain
37 option(LLVM_CREATE_XCODE_TOOLCHAIN "Create a target to install LLVM into an Xcode toolchain" Off)
80 message(FATAL_ERROR "Could not identify toolchain dir")
[all …]
/external/google-fruit/extras/dockerfiles/
Dubuntu-14.04_custom.list1 deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main
2 deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu trusty main
3 deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.7 main
4 deb-src http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.7 main
5 deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.8 main
6 deb-src http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.8 main
7 deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9 main
8 deb-src http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9 main
9 deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-4.0 main
10 deb-src http://apt.llvm.org/trusty/ llvm-toolchain-trusty-4.0 main
Dubuntu_arm-16.04_custom.list1 deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main
2 deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main
3 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial main
4 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial main
5 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.8 main
6 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.8 main
7 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.9 main
8 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.9 main
9 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main
10 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main
Dubuntu-16.04_custom.list1 deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main
2 deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main
3 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial main
4 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial main
5 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.8 main
6 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.8 main
7 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.9 main
8 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-3.9 main
9 deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main
10 deb-src http://apt.llvm.org/xenial/ llvm-toolchain-xenial-4.0 main
Dubuntu-17.04_custom.list1 deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu zesty main
2 deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu zesty main
3 deb http://apt.llvm.org/zesty/ llvm-toolchain-zesty main
4 deb-src http://apt.llvm.org/zesty/ llvm-toolchain-zesty main
5 deb http://apt.llvm.org/zesty/ llvm-toolchain-zesty-3.9 main
6 deb-src http://apt.llvm.org/zesty/ llvm-toolchain-zesty-3.9 main
7 deb http://apt.llvm.org/zesty/ llvm-toolchain-zesty-4.0 main
8 deb-src http://apt.llvm.org/zesty/ llvm-toolchain-zesty-4.0 main
Dubuntu-17.10_custom.list1 deb [trusted=yes] http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu artful main
2 deb-src [trusted=yes] http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu artful main
3 deb [trusted=yes] http://apt.llvm.org/artful/ llvm-toolchain-artful main
4 deb-src [trusted=yes] http://apt.llvm.org/artful/ llvm-toolchain-artful main
5 deb [trusted=yes] http://apt.llvm.org/artful/ llvm-toolchain-artful-4.0 main
6 deb-src [trusted=yes] http://apt.llvm.org/artful/ llvm-toolchain-artful-4.0 main
7 deb [trusted=yes] http://apt.llvm.org/artful/ llvm-toolchain-artful-5.0 main
8 deb-src [trusted=yes] http://apt.llvm.org/artful/ llvm-toolchain-artful-5.0 main
Dubuntu_arm-17.10_custom.list1 #deb [trusted=yes] http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu artful main
2 #deb-src [trusted=yes] http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu artful main
3 #deb [trusted=yes] http://apt.llvm.org/artful/ llvm-toolchain-artful main
4 #deb-src [trusted=yes] http://apt.llvm.org/artful/ llvm-toolchain-artful main
5 #deb [trusted=yes] http://apt.llvm.org/artful/ llvm-toolchain-artful-4.0 main
6 #deb-src [trusted=yes] http://apt.llvm.org/artful/ llvm-toolchain-artful-4.0 main
7 #deb [trusted=yes] http://apt.llvm.org/artful/ llvm-toolchain-artful-5.0 main
8 #deb-src [trusted=yes] http://apt.llvm.org/artful/ llvm-toolchain-artful-5.0 main
/external/toolchain-utils/automation/clients/
Dnightly.py22 '--toolchain',
23 dest='toolchain',
24 default='latest-toolchain',
25 help='Toolchain to use {latest-toolchain,gcc_46}.')
33 toolchain = options.toolchain
37 # Build toolchain
40 toolchain=toolchain)
/external/llvm/tools/xcode-toolchain/
DCMakeLists.txt6 # toolchain. Xcode toolchains are a mostly-undocumented feature that allows
10 # Setting an environment variable TOOLCHAINS to the toolchain's identifier will
11 # result in /usr/bin/<tool> or xcrun <tool> to find the tool in the toolchain.
13 # To make this work with Xcode 7.1 and later you can install the toolchain this
17 # This file generates a custom install-xcode-toolchain target which constructs
18 # and installs a toolchain with the identifier in the pattern:
19 # org.llvm.${PACKAGE_VERSION}. This toolchain can then be used to override the
26 # ninja install-xcode-toolchain
37 option(LLVM_CREATE_XCODE_TOOLCHAIN "Create a target to install LLVM into an Xcode toolchain" Off)
51 message(FATAL_ERROR "Could not identify toolchain dir")
[all …]
/external/clang/
DAndroid.mk4 .PHONY: clang-toolchain-minimal clang-toolchain-full llvm-tools
5 clang-toolchain-minimal: \
8 clang-toolchain-full: \
9 clang-toolchain-minimal \
66 clang-toolchain-minimal: \
79 clang-toolchain-full: \
85 clang-toolchain-full: libomp
87 clang-toolchain-full: libomp-$(TARGET_ARCH)
93 clang-toolchain-minimal: \
/external/clang/test/Driver/
Dgcc-toolchain.cpp1 // Test that gcc-toolchain option is working correctly
5 // RUN: --gcc-toolchain=%S/Inputs/ubuntu_11.04_multiarch_tree/usr \
11 // RUN: -gcc-toolchain %S/Inputs/ubuntu_11.04_multiarch_tree/usr \
14 // Test for header search toolchain detection.
16 // CHECK: "[[TOOLCHAIN:[^"]+]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include…
18 // CHECK: "[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4…
20 // CHECK: "[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4…
23 // Test for linker toolchain detection. Note that only the '-L' flags will use
28 // CHECK: "-L[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5"
29 // CHECK: "-L[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../.."
Dconstructors.c10 // RUN: --gcc-toolchain="" \
17 // RUN: --gcc-toolchain="" \
24 // RUN: --gcc-toolchain="" \
30 // RUN: --gcc-toolchain="" \
37 // RUN: --gcc-toolchain="" \
43 // RUN: --gcc-toolchain="" \
49 // RUN: --gcc-toolchain="" \
55 // RUN: --gcc-toolchain="" \
61 // RUN: --gcc-toolchain="" \
71 // RUN: --gcc-toolchain="" \
/external/Microsoft-GSL/
D.travis.yml59 - ubuntu-toolchain-r-test
60 - llvm-toolchain-precise-3.6
73 - ubuntu-toolchain-r-test
74 - llvm-toolchain-precise-3.7
87 - ubuntu-toolchain-r-test
88 - llvm-toolchain-precise-3.8
101 - ubuntu-toolchain-r-test
102 - llvm-toolchain-precise-3.9
115 - ubuntu-toolchain-r-test
116 - llvm-toolchain-trusty-4.0
[all …]
/external/toolchain-utils/
DREADME.chromium1 Name: toolchain-utils
2 Short Name: toolchain-utils
3 URL: https://chromium.googlesource.com/chromiumos/third_party/toolchain-utils
9 This contains scripts used to help maintain the toolchain. These
11 custom versions of the toolchain inside Chromium OS; launching
13 running toolchain regression tests; and using binary search to isolate
14 toolchain issues.
/external/clang/include/clang/Driver/
DToolChain.h1 //===--- ToolChain.h - Collections of tools for one platform ----*- C++ -*-===//
47 /// ToolChain - Access to tools for a single platform.
48 class ToolChain {
77 /// The list of toolchain specific path prefixes to search for
81 /// The list of toolchain specific path prefixes to search for
99 ToolChain(const Driver &D, const llvm::Triple &T,
124 virtual ~ToolChain();
138 /// this toolchain.
158 // Returns the RTTIMode for the toolchain with the current arguments.
178 /// translations this ToolChain may wish to perform, or 0 if no tool chain
[all …]
/external/iperf3/
Dandroidconfigure18 TOOLCHAIN=${NDK}/toolchains/llvm/prebuilt/linux-x86_64/bin/
20 export AR=${TOOLCHAIN}${HOST}-ar
21 export AS=${TOOLCHAIN}${TARGET}-clang
22 export CC=${TOOLCHAIN}${TARGET}-clang
23 export CXX=${TOOLCHAIN}${TARGET}-clang++
24 export LD=${TOOLCHAIN}${HOST}-ld
25 export STRIP=${TOOLCHAIN}${HOST}-strip
/external/ImageMagick/
Dandroidconfigure18 TOOLCHAIN=${NDK}/toolchains/llvm/prebuilt/linux-x86_64/bin/
20 export AR=${TOOLCHAIN}${HOST}-ar
21 export AS=${TOOLCHAIN}${TARGET}-clang
22 export CC=${TOOLCHAIN}${TARGET}-clang
23 export CXX=${TOOLCHAIN}${TARGET}-clang++
24 export LD=${TOOLCHAIN}${HOST}-ld
25 export STRIP=${TOOLCHAIN}${HOST}-strip
/external/toolchain-utils/automation/clients/helper/
Dchromeos.py64 def __init__(self, chromeos_version, board, toolchain, p4_snapshot): argument
67 self.toolchain = toolchain
94 self.toolchain: True}
95 config_name = '%s-toolchain-test' % self.board
157 toolchain='trunk', argument
161 self.toolchain = toolchain
163 self.commands = CommandsFactory(chromeos_version, board, toolchain,
169 label = 'BuildAndBenchmark(%s,%s,%s)' % (self.toolchain, self.board,
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Ddarwin-bundle.test11 RUN: dsymutil -oso-prepend-path=%p/.. %t/basic.macho.x86_64 -toolchain "toolchain&and'some<symbols"…
12 …/dsymdest/basic.macho.x86_64.dSYM/Contents/Info.plist --check-prefix=CHECK --check-prefix=TOOLCHAIN
32 TOOLCHAIN: <key>Toolchain</key>
33 TOOLCHAIN-NEXT: <string>toolchain&amp;and&apos;some&lt;symbols</string>

12345678910>>...30