Home
last modified time | relevance | path

Searched refs:linker (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/external/llvm/utils/
Dcheck-each-file7 if [ x$1 = x--make-linker-script ]
10 linker=./link-$program
16 echo "rm -f $program" > $linker
17 gmake -n $program >> $linker
18 chmod 755 $linker
19 echo "Linker script created in $linker; testing it out"
20 output=`./$linker 2>&1`
26 echo "Done; rebuilding $linker"
27 echo "rm -f $program" > $linker
28 gmake -n $program 2>&1 | sed '/gcc/s/$/__main.o/' >> $linker
[all …]
/external/llvm/docs/
DLinkTimeOptimization.rst14 interface and design between the LTO optimizer and the linker.
23 achieved through tight integration with the linker. In this model, the linker
25 matching among them. The linker uses `libLTO`_, a shared object, to handle LLVM
26 bitcode files. This tight integration between the linker and LLVM optimizer
27 helps to do optimizations that are not possible in other models. The linker
36 and clean interface. This example requires a system linker which supports LTO
38 invokes system linker.
94 * In this example, the linker recognizes that ``foo2()`` is an externally
95 visible symbol defined in LLVM bitcode file. The linker completes its usual
104 * And this in turn, enables linker to remove ``foo4()``.
[all …]
DGoldPlugin.rst9 the system linker. LTO support on Linux systems requires that you use the
10 `gold linker`_ which supports LTO via plugins. This is the same mechanism
17 .. _`gold linker`: http://sourceware.org/binutils
56 The linker takes a ``-plugin`` option that points to the path of
67 ``ld``. It will not look for an alternate linker, which is why you need
68 gold to be the installed system linker in your path.
/external/valgrind/VEX/switchback/
DMakefile4 all: switchback.c linker.c linker.h
5 $CC -m64 -Wall -O -g -o switchback switchback.c linker.c \
12 rm -f switchback switchback.o linker.o
/external/llvm/test/Bindings/OCaml/
Dlinker.ml1 (* RUN: cp %s %T/linker.ml
2 * RUN: %ocamlc -g -warn-error A -package llvm.linker -linkpkg %T/linker.ml -o %t
4 * RUN: %ocamlopt -g -warn-error A -package llvm.linker -linkpkg %T/linker.ml -o %t
63 suite "linker" test_linker
/external/skia/src/ports/
DSkTLS_win.cpp39 #pragma comment(linker, "/INCLUDE:_tls_used")
40 #pragma comment(linker, "/INCLUDE:skia_tls_callback")
44 #pragma comment(linker, "/INCLUDE:__tls_used")
45 #pragma comment(linker, "/INCLUDE:_skia_tls_callback")
/external/libpng/
Dlibpng-config.in42 --L_opts print linker "-L" flags for dynamic linking
43 --R_opts print dynamic linker "-R" or "-rpath" flags
44 --ldopts print linker options
45 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc32 static LoadedModule *linker = 0; variable
43 linker = reinterpret_cast<LoadedModule *>(linker_placeholder); in InitializePlatformSpecificModules()
52 linker = 0; in InitializePlatformSpecificModules()
120 if (caller_pc == 0 || linker->containsAddress(caller_pc)) { in ProcessPlatformSpecificAllocationsCb()
146 if (!linker) return; in ProcessPlatformSpecificAllocations()
/external/mesa3d/src/glsl/tests/
Dcopy_constant_to_storage_tests.cpp30 namespace linker { namespace
77 linker::copy_constant_to_storage(storage, in int_test()
96 linker::copy_constant_to_storage(storage, in uint_test()
115 linker::copy_constant_to_storage(storage, in float_test()
134 linker::copy_constant_to_storage(storage, in bool_test()
158 linker::copy_constant_to_storage(storage, in sampler_test()
/external/clang/test/Preprocessor/
Dpragma_ps4.c10 #pragma comment(linker) // expected-warning {{'#pragma comment linker' ignored}}
11 #pragma comment(linker,"foo") // expected-warning {{'#pragma comment linker' ignored}}
12 __pragma(comment(linker, " bar=" "2")) // expected-warning {{'#pragma comment linker' ignored}}
Dpragma_microsoft.c9 #pragma comment(linker,"foo=" FOO) // expected-error {{pragma comment requires parenthesized identi…
10 #pragma comment(linker," bar=" BAR)
30 __pragma(comment(linker," bar=" BAR))
/external/llvm/autoconf/m4/
Dlink_options.m42 # Get the linker version string.
7 [AC_CACHE_CHECK([for linker version],[llvm_cv_link_version],
23 # Determine if the system can handle the -R option being passed to the linker.
38 … if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dy…
66 # passed to the linker.
/external/libpng/scripts/
Dlibpng-config-body.in16 --L_opts print linker "-L" flags for dynamic linking
17 --R_opts print dynamic linker "-R" or "-rpath" flags
18 --ldopts print linker options
19 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
/external/compiler-rt/lib/asan/
Dasan_win.cc49 #pragma comment(linker, "/alternatename:___sanitizer_malloc_hook=___sanitizer_default_malloc_hook")…
50 #pragma comment(linker, "/alternatename:___sanitizer_free_hook=___sanitizer_default_free_hook") …
51 #pragma comment(linker, "/alternatename:___asan_default_options=___asan_default_default_options") …
52 #pragma comment(linker, "/alternatename:___asan_default_suppressions=___asan_default_default_suppre…
53 #pragma comment(linker, "/alternatename:___asan_on_error=___asan_default_on_error") …
/external/boringssl/src/crypto/
Dthread_win.c195 #pragma comment(linker, "/INCLUDE:_tls_used")
196 #pragma comment(linker, "/INCLUDE:p_thread_callback_boringssl")
198 #pragma comment(linker, "/INCLUDE:__tls_used")
199 #pragma comment(linker, "/INCLUDE:_p_thread_callback_boringssl")
/external/eigen/cmake/
DFindStandardMathLibrary.cmake10 # pass the "-lm" linker flag.
25 # first try compiling/linking the test program without any linker flags
36 # the test program linked successfully without any linker flag.
42 # the test program did not link successfully without any linker flag.
/external/clang/test/CodeGen/
Dpragma-comment.c12 #pragma comment(linker," /bar=" BAR)
13 #pragma comment(linker," /foo=\"foo bar\"")
/external/llvm/tools/gold/
DREADME.txt5 gold linker. At present time, this is not the default linker in
/external/bison/m4/
Dasm-underscore.m411 # linker level. This prefix is either an underscore or empty. Defines the
22 [whether C symbols are prefixed with underscore at the linker level],
45 [Define to the prefix of C symbols at the assembler and linker level,
/external/iptables/m4/
Dax_check_linker_flags.m412 # Check whether the given linker FLAGS work with the current language's
13 # linker, or whether they give an error.
55 [AC_MSG_CHECKING([whether the linker accepts $1])
/external/jemalloc/src/
Dtsd.c147 # pragma comment(linker, "/INCLUDE:__tls_used")
149 # pragma comment(linker, "/INCLUDE:_tls_used")
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
Dinvocation.cpp154 llvm::Linker linker("clover", mod); in link() local
157 linker.LinkInFile(llvm::sys::Path(LIBCLC_LIBEXECDIR + triple + ".bc"), isNative); in link()
158 mod = linker.releaseModule(); in link()
/external/llvm/bindings/ocaml/linker/
DMakefile16 UsedComponents := linker
DCMakeLists.txt5 LLVM linker)
/external/llvm/unittests/Linker/
DCMakeLists.txt4 linker

12345678910>>...14