/external/clang/test/CodeGen/ |
pragma-comment.c | 14 #pragma comment(linker," /bar=" BAR) 15 #pragma comment(linker," /foo=\"foo bar\"") 18 // CHECK: !{{[0-9]+}} = !{i32 6, !"Linker Options", ![[link_opts:[0-9]+]]}
|
/sdk/find_java2/WinLauncher2/ |
stdafx.h | 58 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
60 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")
62 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
|
/external/llvm/utils/ |
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 [all...] |
/external/swiftshader/third_party/LLVM/tools/llvm-ld/ |
Makefile | 13 LINK_COMPONENTS = ipo scalaropts linker archive bitwriter
|
/external/swiftshader/third_party/LLVM/tools/llvm-link/ |
Makefile | 12 LINK_COMPONENTS = linker bitreader bitwriter asmparser
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
thumb-b-lks-sym.s | 1 @ Test to ensure that the b to linker script symbol isn't changed to other format.
|
thumb-bl-lks-sym.s | 1 @ Test to ensure that the bl to linker script symbol isn't changed to blx with immediate address.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
bpo-1.s | 1 # A most simple instruction needing a linker-supplied GREG.
|
/external/swiftshader/third_party/LLVM/utils/ |
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
[all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf-nacl.h | 25 void nacl_final_write_processing (bfd *, bfd_boolean linker);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
basep-1b.d | 2 #as: -linker-allocated-gregs 5 # Check that this test isn't mistreated with -linker-allocated-gregs.
|
basep-2b.d | 2 #as: --no-predefined-syms -linker-allocated-gregs 5 # Check that this test isn't mistreated with -linker-allocated-gregs.
|
basep-3b.d | 2 #as: -linker-allocated-gregs 5 # Check that this test isn't mistreated with -linker-allocated-gregs.
|
basep-4.d | 2 #as: -linker-allocated-gregs 5 # The -linker-allocated-gregs option validates omissions of GREG.
|
basep-6.d | 2 #as: -linker-allocated-gregs 5 # The -linker-allocated-gregs option validates omissions of GREG.
|
err-bpo4.s | 3 # Base-plus-offset without -linker-allocated-gregs.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
provide-3.d | 3 #error: symbol defined in linker script and object file
|
/external/skia/src/ports/ |
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/swiftshader/third_party/LLVM/tools/bugpoint/ |
Makefile | 14 linker bitreader bitwriter
|
/external/clang/test/Preprocessor/ |
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}}
|
/external/compiler-rt/lib/asan/ |
asan_new_delete.cc | 24 // anyway by passing extra -export flags to the linker, which is exactly that 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[ [all...] |
/system/core/libvndksupport/tests/ |
linker_test.cpp | 21 #include <vndksupport/linker.h> 49 TEST(linker, load_existing_lib) { 57 TEST(linker, load_nonexisting_lib) {
|
/external/llvm/bindings/go/llvm/ |
linker.go | 1 //===- linker.go - Bindings for linker ------------------------------------===// 10 // This file defines bindings for the linker component. 18 #include "llvm-c/Linker.h"
|
/bionic/tools/ |
update_notice.sh | 4 ./libc/tools/generate-NOTICE.py libc libdl libm linker libstdc++ > libc/NOTICE
|
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/GenericCodeGen/ |
Link.cpp | 68 void DeleteLinker(TShHandleBase* linker) 70 delete linker;
|