Searched
full:gold (Results
701 -
725 of
2084) sorted by null
<<21222324252627282930>>
| /external/llvm/tools/gold/ |
| gold-plugin.cpp | 1 //===-- gold-plugin.cpp - Plugin to gold for Link Time Optimization ------===// 10 // This is a gold plugin for LLVM. It provides an LLVM implementation of the 66 // Die loudly. Recent versions of Gold pass ld_plugin_message as the first 138 /// single-threaded (i.e. call backs to gold). 186 // using multiple threads in the gold-plugin, before handing control back to 187 // gold. If true, write individual backend index files which reflect 279 // hooks. The others are addresses of functions we can use to call into gold 424 message(LDPL_FATAL, "LLVM gold plugin has failed to create LTO module: %s", 434 message(Level, "LLVM gold plugin: %s", ErrStorage.c_str()) [all...] |
| /toolchain/binutils/binutils-2.27/gold/ |
| stringpool.cc | 1 // stringpool.cc -- a string pool for gold 6 // This file is part of gold. 23 #include "gold.h" 33 namespace gold namespace 140 return gold::string_hash<Stringpool_char>(s, length); 535 } // End namespace gold.
|
| /toolchain/binutils/binutils-2.27/ld/ |
| configure.ac | 108 dnl Use --enable-gold to decide if this linker should be the default. 109 dnl "install_as_default" is set to false if gold is the default linker. 111 AC_ARG_ENABLE(gold, 112 [[ --enable-gold[=ARG] build gold [ARG={default,yes,no}]]], 123 AC_MSG_ERROR([invalid --enable-gold argument])
|
| /prebuilts/go/darwin-x86/src/ |
| make.bash | 87 if ld --version 2>&1 | grep 'gold.* 2\.20' >/dev/null; then 88 echo 'ERROR: Your system has gold 2.20 installed.' 93 echo 'Run sudo apt-get remove binutils-gold.'
|
| /prebuilts/go/linux-x86/src/ |
| make.bash | 87 if ld --version 2>&1 | grep 'gold.* 2\.20' >/dev/null; then 88 echo 'ERROR: Your system has gold 2.20 installed.' 93 echo 'Run sudo apt-get remove binutils-gold.'
|
| /toolchain/binutils/ |
| build.py | 93 configure_args.append('--enable-gold') 95 # Gold for aarch64 currently emits broken debug info. 97 configure_args.append('--enable-gold=default')
|
| /external/autotest/client/site_tests/platform_ToolchainOptions/ |
| platform_ToolchainOptions.py | 206 # Check that gold was used to build binaries. 209 # "egrep -q \".note.gnu.gold-ve\"" % readelf_cmd) 212 # # gold is only enabled for Chrome on ARM. 215 # option_sets.append(self.create_and_filter("gold",
|
| /external/clang/docs/ |
| SanitizerStats.rst | 59 $ clang++ -fsanitize=cfi -flto -fuse-ld=gold vcall.cc -fsanitize-stats -g
|
| /external/clang/test/Driver/ |
| thinlto.c | 17 // -flto=thin should cause link using gold plugin with thinlto option,
|
| /external/llvm/test/ |
| lit.site.cfg | 11 config.gold_executable = "ld.gold"
|
| /external/python/cpython2/Tools/pynche/ |
| webcolors.txt | 50 Gold #ffd700
|
| /external/python/cpython3/Tools/pynche/ |
| webcolors.txt | 50 Gold #ffd700
|
| /external/toolchain-utils/automation/clients/helper/ |
| android.py | 118 # Add view for binutils for ld and gold 272 gold_option = 'both/gold' 282 '--enable-gold=%s' % gold_option, 285 '--with-gold-version=%s' % self._gold_version,
|
| /frameworks/compile/mclinker/include/mcld/LD/ |
| IdenticalCodeFolding.h | 29 * Gold, http://research.google.com/pubs/pub36912.html
|
| /platform_testing/scripts/perf-setup/ |
| b1c1-setup.sh | 30 # Enable the gold cores at max frequency.
|
| /prebuilts/go/darwin-x86/misc/cgo/test/ |
| buildid_linux.go | 46 // gold always generate 32-bit sizes, so that
|
| /prebuilts/go/darwin-x86/src/hash/fnv/ |
| fnv_test.go | 88 func testGolden(t *testing.T, hash hash.Hash, gold []golden) { 89 for _, g := range gold { 108 gold []golden 119 for _, g := range tt.gold {
|
| /prebuilts/go/linux-x86/misc/cgo/test/ |
| buildid_linux.go | 46 // gold always generate 32-bit sizes, so that
|
| /prebuilts/go/linux-x86/src/hash/fnv/ |
| fnv_test.go | 88 func testGolden(t *testing.T, hash hash.Hash, gold []golden) { 89 for _, g := range gold { 108 gold []golden 119 for _, g := range tt.gold {
|
| /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
| libdumpstateutil.so | |
| libnetutils.so | |
| libstagefright_soft_flacdec.so | |
| libstagefright_soft_opusdec.so | |
| libstagefright_soft_vorbisdec.so | |
| libsysutils.so | |
Completed in 1042 milliseconds
<<21222324252627282930>>