Home
last modified time | relevance | path

Searched refs:ldflags (Results 1 – 25 of 198) sorted by relevance

12345678

/external/toolchain-utils/android_bench_suite/
Dset_flags.py32 def replace_flags(bench, android_type, file_type, cflags, ldflags): argument
37 if ldflags:
38 ldflags = '\", \"'.join(ldflags.split())
44 if not ldflags:
45 ldflags = ''
47 ldflags = '\"' + ldflags + '\",'
60 line = line.replace('LDFLAGS_FOR_BENCH_SUITE', ldflags)
78 def replace_flags_in_dir(bench, cflags, ldflags): argument
84 if not ldflags:
85 ldflags = ''
[all …]
Dbuild_bench.py60 def set_flags(bench, cflags, ldflags): argument
67 if not ldflags:
69 ldflags = ''
71 logging.info('Ldflags setting to "%s"...', ldflags)
74 add_flags(cflags, ldflags)
129 ldflags): argument
141 set_flags(bench, cflags, ldflags)
205 ldflags = arguments.ldflags
214 set_compiler_env(bench, compiler, build_os, llvm_version, cflags, ldflags)
Dtest_config11 ldflags =
20 ldflags =
29 ldflags =
38 ldflags =
47 ldflags =
56 ldflags =
Drun.py221 def check_count(compiler, llvm_version, build_os, cflags, ldflags): argument
233 if len(ldflags) != 0:
234 if count != 0 and len(ldflags) != count:
236 count = len(ldflags)
249 ldflags): argument
260 if ldflags:
261 build_cmd.append('--ldflags=' + ldflags[setting_no])
401 ldflags = arguments.ldflags
434 ldflags = [test_config.get(section, 'ldflags')]
444 build_bench(0, bench, compiler, llvm_version, build_os, cflags, ldflags)
[all …]
DHwui_flags_internal.diff17 + ldflags: [LDFLAGS_FOR_BENCH_SUITE],
27 + ldflags: [LDFLAGS_FOR_BENCH_SUITE],
47 + ldflags: [LDFLAGS_FOR_BENCH_SUITE],
56 + ldflags: [LDFLAGS_FOR_BENCH_SUITE],
68 + ldflags: [LDFLAGS_FOR_BENCH_SUITE],
DHwui_flags_aosp.diff16 + ldflags: [LDFLAGS_FOR_BENCH_SUITE],
26 + ldflags: [LDFLAGS_FOR_BENCH_SUITE],
37 + ldflags: [LDFLAGS_FOR_BENCH_SUITE],
47 + ldflags: [LDFLAGS_FOR_BENCH_SUITE],
/external/icu/icu4c/source/config/
Dtest-icu-config.sh28 icu-config --ldflags
29 icu-config --ldflags-searchpath
30 icu-config --ldflags-libsonly
31 icu-config --ldflags-system
32 icu-config --ldflags-ustdio
49 icu-config --detect-prefix --ldflags
Dicu-config-bottom48 …echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. …
49 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
50 echo " --ldflags-searchpath Print only -L (search path) directive"
51 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
52 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
53 …echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (r…
81 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
83 echo ' LDFLAGS=$(shell icu-config --ldflags)'
257 --ldflags-system)
261 --ldflags)
[all …]
/external/llvm/tools/llvm-go/
Dllvm-go.go93 ldflags := llvmConfig(args...)
97 ldflags = "-Wl,-rpath," + llvmConfig("--libdir") + " " + ldflags
102 ld: ldflags,
148 func runGoWithLLVMEnv(args []string, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags string) {
184 "CGO_LDFLAGS=" + flags.ld + " " + ldflags,
242 ldflags := os.Getenv("CGO_LDFLAGS")
255 {"ldflags", &ldflags},
276 runGoWithLLVMEnv(args, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags)
/external/skia/gn/
DBUILD.gn37 ldflags = []
132 ldflags += [ "-m32" ]
158 ldflags += [
199 ldflags += [
221 ldflags += [ "-Wl,-w" ]
253 ldflags += [ "-fsanitize=$sanitizers" ]
266 ldflags += [ "-stdlib=libc++" ]
418 ldflags = extra_ldflags
433 ldflags = [ "/DEBUG:GHASH" ]
435 ldflags = [ "/DEBUG:FASTLINK" ]
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-go/
Dllvm-go.go92 ldflags := llvmConfig(args...)
96 ldflags = "-Wl,-rpath," + llvmConfig("--libdir") + " " + ldflags
101 ld: ldflags,
147 func runGoWithLLVMEnv(args []string, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags string, pack…
188 "CGO_LDFLAGS=" + flags.ld + " " + ldflags,
246 ldflags := os.Getenv("CGO_LDFLAGS")
260 {"ldflags", &ldflags},
297 runGoWithLLVMEnv(args, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags, packages)
/external/skqp/gn/
DBUILD.gn37 ldflags = []
132 ldflags += [ "-m32" ]
158 ldflags += [
199 ldflags += [
221 ldflags += [ "-Wl,-w" ]
253 ldflags += [ "-fsanitize=$sanitizers" ]
266 ldflags += [ "-stdlib=libc++" ]
417 ldflags = extra_ldflags
432 ldflags = [ "/DEBUG:GHASH" ]
434 ldflags = [ "/DEBUG:FASTLINK" ]
[all …]
/external/v8/gypfiles/
Dtoolchain.gypi105 # are using a custom toolchain and need to control -B in ldflags.
379 'ldflags': ['-Wl,--dynamic-linker=<(ldso_path)'],
382 'ldflags': ['-Wl,--rpath=<(ld_r_path)'],
439 'ldflags': ['-EB'],
443 'ldflags': ['-mhard-float'],
446 'ldflags': ['-msoft-float'],
460 'ldflags': ['-mips32r6'],
490 'ldflags': ['-mips32r2'],
503 'ldflags': ['-mips32'],
517 'ldflags': ['-mips32'],
[all …]
Dstandalone.gypi177 # are using a custom toolchain and need to control -B in ldflags.
618 'ldflags': [
633 'ldflags': [
648 'ldflags': [
665 'ldflags': [
706 'ldflags': [
718 'ldflags': [
788 'ldflags': [ '-pthread', ],
815 'ldflags': [ '-fprofile-arcs'],
849 'ldflags': [ '-pthread' ],
[all …]
/external/perfetto/gn/standalone/sanitizers/
DBUILD.gn106 ldflags = [ "-Wl,-U,_sanitizer_options_link_helper" ]
112 ldflags = []
114 ldflags += [ "-fsanitize=address" ]
120 ldflags += [ "-fsanitize=address" ]
123 ldflags += [ "-fsanitize=thread" ]
126 ldflags += [ "-fsanitize=memory" ]
129 ldflags += [ "-fsanitize=undefined" ]
/external/libvpx/libvpx/tools/
Dset_analyzer_env.sh69 ldflags="-fsanitize=${sanitizer}"
81 ldflags="${ldflags} -flto -fuse-ld=gold"
92 export LDFLAGS="${ldflags}"
/external/u-boot/arch/m68k/
DMakefile27 ldflags-$(CONFIG_MCF5441x) := --got=single
28 ldflags-$(CONFIG_MCF5445x) := --got=single
29 ldflags-$(CONFIG_MCF547x_8x) := --got=single
33 PLATFORM_LDFLAGS += $(ldflags-y)
/external/perfetto/gn/standalone/
DBUILD.gn70 ldflags = []
96 ldflags += [ "-flto=full" ]
112 ldflags += [ "-m32" ]
147 ldflags += [
200 ldflags = [ "-dead_strip" ]
202 ldflags = [
214 ldflags = [ "-fPIC" ]
219 ldflags = []
226 ldflags += [ "-pie" ]
235 ldflags += [
/external/swiftshader/
DBUILD.gn126 ldflags = [ "-Wl,--gc-sections" ]
129 ldflags += [
133 ldflags += [
137 ldflags += [
142 ldflags += [
147 ldflags += [ "-Wl,--hash-style=both" ]
152 ldflags += [ "-Wl,--icf=none" ]
/external/libcxx/
Drun_tests.py78 ldflags = None
102 if ldflags is None:
113 ldflags = cmd_args[1:]
115 return cc, cflags, ldflags
165 cc, cflags, ldflags = get_build_cmds(args.bitness, args.host)
171 link_template_arg = '--param=link_template=' + ' '.join(ldflags)
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dfindmisopt70 ldflags="-lstdc++ -lm -ldl -lc"
97 gcc "$s" -o "$prog" $ldflags || exit 1
107 gcc "$opts" -o "$optprog" $ldflags || exit
/external/libpng/scripts/
Dlibpng-config-body.in19 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
80 --ldflags)
81 echo ${ldflags} ${L_opts} ${R_opts} ${libs}
/external/llvm/utils/
Dfindmisopt70 ldflags="-lstdc++ -lm -ldl -lc"
97 gcc "$s" -o "$prog" $ldflags || exit 1
107 gcc "$opts" -o "$optprog" $ldflags || exit
/external/swiftshader/third_party/LLVM/utils/
Dfindmisopt70 ldflags="-lstdc++ -lm -ldl -lc"
98 gcc "$s" -o "$prog" $ldflags || exit 1
108 gcc "$opts" -o "$optprog" $ldflags || exit
/external/swiftshader/tests/GLESUnitTests/
DBUILD.gn44 ldflags = [
49 ldflags = [
58 ldflags = [ "-Wl,-rpath=\$ORIGIN/swiftshader" ]

12345678