/external/swiftshader/third_party/LLVM/utils/ |
D | check-each-file | 7 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/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | check-each-file | 7 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/utils/ |
D | check-each-file | 7 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/ |
D | LinkTimeOptimization.rst | 14 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LinkTimeOptimization.rst | 14 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 …]
|
/external/compiler-rt/lib/asan/ |
D | asan_new_delete.cc | 30 # pragma comment(linker, "/export:??2@YAPEAX_K@Z") // operator new 31 # pragma comment(linker, "/export:??3@YAXPEAX@Z") // operator delete 32 # pragma comment(linker, "/export:??3@YAXPEAX_K@Z") // sized operator delete 33 # pragma comment(linker, "/export:??_U@YAPEAX_K@Z") // operator new[] 34 # pragma comment(linker, "/export:??_V@YAXPEAX@Z") // operator delete[] 36 # pragma comment(linker, "/export:??2@YAPAXI@Z") // operator new 37 # pragma comment(linker, "/export:??3@YAXPAX@Z") // operator delete 38 # pragma comment(linker, "/export:??3@YAXPAXI@Z") // sized operator delete 39 # pragma comment(linker, "/export:??_U@YAPAXI@Z") // operator new[] 40 # pragma comment(linker, "/export:??_V@YAXPAX@Z") // operator delete[]
|
D | asan_win.cc | 52 #pragma comment(linker, "/alternatename:__sanitizer_malloc_hook=__sanitizer_default_malloc_hook") … 53 #pragma comment(linker, "/alternatename:__sanitizer_free_hook=__sanitizer_default_free_hook") … 54 #pragma comment(linker, "/alternatename:__asan_default_options=__asan_default_default_options") … 55 #pragma comment(linker, "/alternatename:__asan_default_suppressions=__asan_default_default_suppress… 56 #pragma comment(linker, "/alternatename:__asan_on_error=__asan_default_on_error") … 58 #pragma comment(linker, "/alternatename:___sanitizer_malloc_hook=___sanitizer_default_malloc_hook")… 59 #pragma comment(linker, "/alternatename:___sanitizer_free_hook=___sanitizer_default_free_hook") … 60 #pragma comment(linker, "/alternatename:___asan_default_options=___asan_default_default_options") … 61 #pragma comment(linker, "/alternatename:___asan_default_suppressions=___asan_default_default_suppre… 62 #pragma comment(linker, "/alternatename:___asan_on_error=___asan_default_on_error") …
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common_linux.cc | 31 static LoadedModule *linker = nullptr; variable 42 if (linker == nullptr) { in InitializePlatformSpecificModules() 43 linker = reinterpret_cast<LoadedModule *>(linker_placeholder); in InitializePlatformSpecificModules() 44 *linker = module; in InitializePlatformSpecificModules() 49 linker->clear(); in InitializePlatformSpecificModules() 50 linker = nullptr; in InitializePlatformSpecificModules() 125 linker->containsAddress(caller_pc))) { in ProcessPlatformSpecificAllocationsCb() 155 flags()->use_tls && flags()->use_ld_allocations && linker != nullptr; in ProcessPlatformSpecificAllocations()
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | varyings_test.cpp | 37 namespace linker { namespace 127 linker::populate_consumer_input_sets(mem_ctx, in TEST_F() 155 linker::populate_consumer_input_sets(mem_ctx, in TEST_F() 182 linker::populate_consumer_input_sets(mem_ctx, in TEST_F() 204 linker::populate_consumer_input_sets(mem_ctx, in TEST_F() 237 linker::populate_consumer_input_sets(mem_ctx, in TEST_F() 268 linker::populate_consumer_input_sets(mem_ctx, in TEST_F() 285 linker::get_matching_input(mem_ctx, in TEST_F() 310 linker::populate_consumer_input_sets(mem_ctx, in TEST_F() 324 linker::get_matching_input(mem_ctx, in TEST_F()
|
D | copy_constant_to_storage_tests.cpp | 30 namespace linker { namespace 78 linker::copy_constant_to_storage(storage, in int_test() 98 linker::copy_constant_to_storage(storage, in uint_test() 118 linker::copy_constant_to_storage(storage, in float_test() 138 linker::copy_constant_to_storage(storage, in bool_test() 163 linker::copy_constant_to_storage(storage, in sampler_test()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/ |
D | linker.ml | 1 (* RUN: rm -rf %t && mkdir -p %t && cp %s %t/linker.ml 2 * RUN: %ocamlc -g -w +A -package llvm.linker -linkpkg %t/linker.ml -o %t/executable 4 * RUN: %ocamlopt -g -w +A -package llvm.linker -linkpkg %t/linker.ml -o %t/executable 65 suite "linker" test_linker
|
/external/llvm/test/Bindings/OCaml/ |
D | linker.ml | 1 (* RUN: cp %s %T/linker.ml 2 * RUN: %ocamlc -g -w +A -package llvm.linker -linkpkg %T/linker.ml -o %t 4 * RUN: %ocamlopt -g -w +A -package llvm.linker -linkpkg %T/linker.ml -o %t 65 suite "linker" test_linker
|
/external/python/cpython3/Lib/distutils/ |
D | unixccompiler.py | 177 linker = self.linker_exe[:] 179 linker = self.linker_so[:] 187 if os.path.basename(linker[0]) == "env": 189 while '=' in linker[i]: 192 if os.path.basename(linker[i]) == 'ld_so_aix': 199 linker[i+offset] = self.compiler_cxx[i] 202 linker = _osx_support.compiler_fixup(linker, ld_args) 204 self.spawn(linker + ld_args)
|
/external/swiftshader/third_party/LLVM/autoconf/m4/ |
D | link_options.m4 | 2 # 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… 43 # Determine if the system can handle the -R option being passed to the linker. 65 # passed to the linker.
|
/external/skia/src/ports/ |
D | SkTLS_win.cpp | 42 #pragma comment(linker, "/INCLUDE:_tls_used") 43 #pragma comment(linker, "/INCLUDE:skia_tls_callback") 47 #pragma comment(linker, "/INCLUDE:__tls_used") 48 #pragma comment(linker, "/INCLUDE:_skia_tls_callback")
|
/external/skqp/src/ports/ |
D | SkTLS_win.cpp | 42 #pragma comment(linker, "/INCLUDE:_tls_used") 43 #pragma comment(linker, "/INCLUDE:skia_tls_callback") 47 #pragma comment(linker, "/INCLUDE:__tls_used") 48 #pragma comment(linker, "/INCLUDE:_skia_tls_callback")
|
/external/python/cpython2/Lib/distutils/ |
D | unixccompiler.py | 180 linker = self.linker_exe[:] 182 linker = self.linker_so[:] 190 if os.path.basename(linker[0]) == "env": 192 while '=' in linker[i]: 195 linker[i] = self.compiler_cxx[i] 198 linker = _osx_support.compiler_fixup(linker, ld_args) 200 self.spawn(linker + ld_args)
|
/external/toolchain-utils/go/patch/ |
D | go5.patch | 1 runtime: deadlock detection does not work when using external linker. 14 + t.Skip("deadlock detection fails with external linker") 19 + t.Skip("deadlock detection fails with external linker") 24 + t.Skip("deadlock detection fails with external linker") 29 + t.Skip("deadlock detection fails with external linker") 34 + t.Skip("deadlock detection fails with external linker") 52 + t.Skip("deadlock detection fails with external linker") 70 + t.Skip("deadlock detection fails with external linker") 88 + t.Skip("deadlock detection fails with external linker")
|
/external/libpng/ |
D | libpng-config.in | 42 --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/clang/test/Preprocessor/ |
D | pragma_ps4.c | 10 #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}}
|
D | pragma_microsoft.c | 10 #pragma comment(linker,"foo=" FOO) // expected-error {{pragma comment requires parenthesized identi… 12 #pragma comment(linker," bar=" BAR) 44 __pragma(comment(linker," bar=" BAR))
|
/external/libpng/scripts/ |
D | libpng-config-body.in | 16 --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/jemalloc/src/ |
D | tsd.c | 152 # pragma comment(linker, "/INCLUDE:__tls_used") 153 # pragma comment(linker, "/INCLUDE:_tls_callback") 155 # pragma comment(linker, "/INCLUDE:_tls_used") 156 # pragma comment(linker, "/INCLUDE:tls_callback")
|
/external/boringssl/src/crypto/ |
D | thread_win.c | 149 __pragma(comment(linker, "/INCLUDE:_tls_used")) 151 linker, "/INCLUDE:" EXPAND_AND_STRINGIFY(p_thread_callback_boringssl))) 153 __pragma(comment(linker, "/INCLUDE:__tls_used")) 155 linker, "/INCLUDE:_" EXPAND_AND_STRINGIFY(p_thread_callback_boringssl)))
|
/external/eigen/cmake/ |
D | FindStandardMathLibrary.cmake | 10 # 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.
|